T1
- The type of the first parameter of the method that this delegate encapsulates.T2
- The type of the second parameter of the method that this delegate encapsulates.R
- The type of the return value of the method that this delegate encapsulates.public abstract static class Functions.Function2<T1,T2,R>
extends java.lang.Object
Constructor and Description |
---|
Functions.Function2() |
Modifier and Type | Method and Description |
---|---|
abstract R |
apply(T1 t1,
T2 t2) |
java.lang.Class<?> |
getParameterType1() |
java.lang.Class<?> |
getParameterType2() |
java.lang.Class<?> |
getReturnType() |