class ResultOfExtractor<F>
extends java.lang.Object
implements java.util.function.Function<F,java.lang.Object>
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
methodName |
Constructor and Description |
---|
ResultOfExtractor(java.lang.String methodName) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
apply(F input)
Behavior is described in
MethodSupport.methodResultFor(Object, String) |
public java.lang.Object apply(F input)
MethodSupport.methodResultFor(Object, String)
apply
in interface java.util.function.Function<F,java.lang.Object>