Uses of Interface
io.github.toolfactory.jvm.function.template.ThrowingBiFunction
| Package | Description |
|---|---|
| io.github.toolfactory.jvm | |
| io.github.toolfactory.jvm.function.catalog |
-
Uses of ThrowingBiFunction in io.github.toolfactory.jvm
Fields in io.github.toolfactory.jvm declared as ThrowingBiFunction Modifier and Type Field Description protected ThrowingBiFunction<java.lang.reflect.Constructor<?>,java.lang.Object[],java.lang.Object,java.lang.Throwable>DriverAbst. constructorInvokerprotected ThrowingBiFunction<java.lang.Class<?>,byte[],java.lang.Class<?>,java.lang.Throwable>DriverAbst. hookClassDefinerprotected ThrowingBiFunction<java.lang.ClassLoader,java.lang.String,java.lang.Package,java.lang.Throwable>DriverAbst. packageRetriever -
Uses of ThrowingBiFunction in io.github.toolfactory.jvm.function.catalog
Subinterfaces of ThrowingBiFunction in io.github.toolfactory.jvm.function.catalog Modifier and Type Interface Description interfaceConstructorInvokeFunctioninterfaceDefineHookClassFunctioninterfaceGetDeclaredFieldFunctioninterfaceGetPackageFunctionClasses in io.github.toolfactory.jvm.function.catalog that implement ThrowingBiFunction Modifier and Type Class Description static classConstructorInvokeFunction.Abststatic classConstructorInvokeFunction.ForJava7static classConstructorInvokeFunction.ForJava9static classDefineHookClassFunction.Abststatic classDefineHookClassFunction.ForJava17static classDefineHookClassFunction.ForJava7static classDefineHookClassFunction.ForJava9static classGetDeclaredFieldFunction.ForJava7static classGetPackageFunction.ForJava7static classGetPackageFunction.ForJava9