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