Uses of Interface
io.github.toolfactory.jvm.function.template.ThrowingFunction
Package | Description |
---|---|
io.github.toolfactory.jvm.function.catalog | |
io.github.toolfactory.jvm.util |
-
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 interface
AllocateInstanceFunction
static interface
AllocateInstanceFunction.Native
interface
ConsulterSupplyFunction
static interface
ConsulterSupplyFunction.ForJava17
static interface
ConsulterSupplyFunction.Hybrid
static interface
ConsulterSupplyFunction.Hybrid.ForJava17
static interface
ConsulterSupplyFunction.Native
static interface
ConsulterSupplyFunction.Native.ForJava17
interface
ConvertToBuiltinClassLoaderFunction
interface
DeepConsulterSupplyFunction
static interface
DeepConsulterSupplyFunction.ForJava17
interface
GetDeclaredConstructorsFunction
interface
GetDeclaredFieldsFunction
interface
GetDeclaredMethodsFunction
-
Uses of ThrowingFunction in io.github.toolfactory.jvm.util
Classes in io.github.toolfactory.jvm.util that implement ThrowingFunction Modifier and Type Class Description class
ThrowingFunctionAdapter<F,I,O,E extends java.lang.Throwable>