Uses of Interface
io.github.toolfactory.jvm.function.template.Function
Package | Description |
---|---|
io.github.toolfactory.jvm.function.catalog | |
io.github.toolfactory.jvm.util |
-
Uses of Function in io.github.toolfactory.jvm.function.catalog
Subinterfaces of Function in io.github.toolfactory.jvm.function.catalog Modifier and Type Interface Description interface
AllocateInstanceFunction
static interface
AllocateInstanceFunction.Native
interface
ConsulterSupplyFunction
interface
DeepConsulterSupplyFunction
interface
GetDeclaredConstructorsFunction
interface
GetDeclaredFieldsFunction
interface
GetDeclaredMethodsFunction
interface
GetLoadedClassesRetrieverFunction
static interface
GetLoadedClassesRetrieverFunction.Native
interface
GetLoadedPackagesFunction
static interface
GetLoadedPackagesFunction.Native
Fields in io.github.toolfactory.jvm.function.catalog declared as Function Modifier and Type Field Description protected Function<java.lang.ClassLoader,java.util.Hashtable<java.lang.String,java.lang.Object>>
GetLoadedClassesRetrieverFunction.ForJava7.ForSemeru. classNameBasedLockSupplier
Methods in io.github.toolfactory.jvm.function.catalog that return Function Modifier and Type Method Description protected Function<java.lang.ClassLoader,java.util.Hashtable<java.lang.String,java.lang.Object>>
GetLoadedClassesRetrieverFunction.ForJava7.ForSemeru. buildClassNameBasedLockSupplierSupplier(java.util.Map<java.lang.Object,java.lang.Object> context)
protected Function<java.lang.ClassLoader,java.util.Hashtable<java.lang.String,java.lang.Object>>
GetLoadedClassesRetrieverFunction.Native.ForJava7.ForSemeru. buildClassNameBasedLockSupplierSupplier(java.util.Map<java.lang.Object,java.lang.Object> context)
-
Uses of Function in io.github.toolfactory.jvm.util
Classes in io.github.toolfactory.jvm.util that implement Function Modifier and Type Class Description class
FunctionAdapter<F,I,O>