T1
- The type of the parameter of the method that this delegate encapsulates.R
- The type of the return value of the method that this delegate encapsulates.public abstract static class Functions.Function1<T1,R>
extends java.lang.Object
Constructor and Description |
---|
Functions.Function1() |
Modifier and Type | Method and Description |
---|---|
abstract R |
apply(T1 t1) |
java.lang.Class<?> |
getParameterType1() |
java.lang.Class<?> |
getReturnType() |