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