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
interface
ConvertToBuiltinClassLoaderFunction
interface
DeepConsulterSupplyFunction
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>