Uses of Interface
io.github.toolfactory.jvm.function.template.BiFunction
| Package | Description |
|---|---|
| io.github.toolfactory.jvm | |
| io.github.toolfactory.jvm.function.catalog |
-
Uses of BiFunction in io.github.toolfactory.jvm
Fields in io.github.toolfactory.jvm declared as BiFunction Modifier and Type Field Description protected BiFunction<Object,Field,Object>DefaultDriver. fieldValueRetrieverprotected BiFunction<Class<?>,byte[],Class<?>>DefaultDriver. hookClassDefinerprotected BiFunction<ClassLoader,String,Package>DefaultDriver. packageRetriever -
Uses of BiFunction in io.github.toolfactory.jvm.function.catalog
Subinterfaces of BiFunction in io.github.toolfactory.jvm.function.catalog Modifier and Type Interface Description interfaceGetFieldValueFunctionstatic interfaceGetFieldValueFunction.NativeinterfaceGetPackageFunctionClasses in io.github.toolfactory.jvm.function.catalog that implement BiFunction Modifier and Type Class Description classDefineHookClassFunctionstatic classDefineHookClassFunction.ForJava17static classDefineHookClassFunction.ForJava7static classDefineHookClassFunction.ForJava9classGetDeclaredFieldFunctionstatic classGetDeclaredFieldFunction.ForJava7static classGetFieldValueFunction.ForJava7static classGetFieldValueFunction.Native.ForJava7static classGetPackageFunction.ForJava7static classGetPackageFunction.ForJava9