Uses of Interface
io.github.toolfactory.jvm.function.template.ThrowingFunction
| Package | Description |
|---|---|
| io.github.toolfactory.jvm | |
| io.github.toolfactory.jvm.function.catalog | |
| io.github.toolfactory.jvm.util |
-
Uses of ThrowingFunction in io.github.toolfactory.jvm
Fields in io.github.toolfactory.jvm declared as ThrowingFunction Modifier and Type Field Description protected ThrowingFunction<java.lang.Class<?>,java.lang.Object,java.lang.Throwable>DriverAbst. allocateInstanceInvokerprotected ThrowingFunction<java.lang.ClassLoader,java.lang.ClassLoader,java.lang.Throwable>DriverAbst. classLoaderToBuiltinClassLoaderConverterprotected ThrowingFunction<java.lang.Class<?>,java.lang.invoke.MethodHandles.Lookup,java.lang.Throwable>DriverAbst. consulterRetrieverprotected ThrowingFunction<java.lang.Class<?>,java.lang.reflect.Constructor<?>[],java.lang.Throwable>DriverAbst. declaredConstructorsRetrieverprotected ThrowingFunction<java.lang.Class<?>,java.lang.reflect.Field[],java.lang.Throwable>DriverAbst. declaredFieldsRetrieverprotected ThrowingFunction<java.lang.Class<?>,java.lang.reflect.Method[],java.lang.Throwable>DriverAbst. declaredMethodsRetriever -
Uses of ThrowingFunction in io.github.toolfactory.jvm.function.catalog
Subinterfaces of ThrowingFunction in io.github.toolfactory.jvm.function.catalog Modifier and Type Interface Description interfaceAllocateInstanceFunctionstatic interfaceAllocateInstanceFunction.NativeinterfaceConsulterSupplyFunctionstatic interfaceConsulterSupplyFunction.ForJava17static interfaceConsulterSupplyFunction.Hybridstatic interfaceConsulterSupplyFunction.Hybrid.ForJava17static interfaceConsulterSupplyFunction.Nativestatic interfaceConsulterSupplyFunction.Native.ForJava17interfaceConvertToBuiltinClassLoaderFunctioninterfaceDeepConsulterSupplyFunctionstatic interfaceDeepConsulterSupplyFunction.ForJava17interfaceGetDeclaredConstructorsFunctioninterfaceGetDeclaredFieldsFunctioninterfaceGetDeclaredMethodsFunction -
Uses of ThrowingFunction in io.github.toolfactory.jvm.util
Classes in io.github.toolfactory.jvm.util that implement ThrowingFunction Modifier and Type Class Description classThrowingFunctionAdapter<F,I,O,E extends java.lang.Throwable>