public class Function1WithIdentity<T,R> extends java.lang.Object implements Function1<T,R>, WithIdentity
Modifier and Type | Field and Description |
---|---|
protected Function1<T,R> |
delegate |
protected java.lang.String |
identity |
Constructor and Description |
---|
Function1WithIdentity() |
Modifier and Type | Method and Description |
---|---|
R |
apply(T t)
Applies this function to the given argument.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getIdentity