public class Function2WithIdentity<T1,T2,R> extends java.lang.Object implements Function2<T1,T2,R>, WithIdentity
Modifier and Type | Field and Description |
---|---|
protected Function2<T1,T2,R> |
delegate |
protected java.lang.String |
identity |
Constructor and Description |
---|
Function2WithIdentity() |
Modifier and Type | Method and Description |
---|---|
R |
apply(T1 t1,
T2 t2)
Applies this function to the given arguments.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getIdentity