Interface GetFieldValueFunction
- All Superinterfaces:
BiFunction<Object,Field,Object>
- All Known Subinterfaces:
GetFieldValueFunction.Native
- All Known Implementing Classes:
GetFieldValueFunction.ForJava7,GetFieldValueFunction.Native.ForJava7
public interface GetFieldValueFunction extends BiFunction<Object,Field,Object>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGetFieldValueFunction.ForJava7static interfaceGetFieldValueFunction.Native -
Method Summary
Methods inherited from interface io.github.toolfactory.jvm.function.template.BiFunction
apply