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