public interface Function3<A,B,C,R> extends Serializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Function3.Impl<A,B,C,R> |
| Modifier and Type | Method and Description |
|---|---|
R |
apply(A a,
B b,
C c) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.