Uses of Interface
io.github.toolfactory.jvm.function.template.Function
Package | Description |
---|---|
io.github.toolfactory.jvm.function.catalog | |
io.github.toolfactory.jvm.function.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
Classes in io.github.toolfactory.jvm.function.catalog that implement Function Modifier and Type Class Description static class
AllocateInstanceFunction.ForJava7
static class
AllocateInstanceFunction.Native.ForJava7
class
GetLoadedClassesFunction
static class
GetLoadedClassesFunction.ForJava7
static class
GetLoadedClassesFunction.Native
static class
GetLoadedClassesFunction.Native.ForJava7
class
GetLoadedPackagesFunction
static class
GetLoadedPackagesFunction.ForJava7
static class
GetLoadedPackagesFunction.Native
static class
GetLoadedPackagesFunction.Native.ForJava7
-
Uses of Function in io.github.toolfactory.jvm.function.util
Methods in io.github.toolfactory.jvm.function.util with parameters of type Function Modifier and Type Method Description static <T, E extends Throwable>
TJavaClass. extractByUsing(ByteBuffer byteCode, Function<JavaClass,T> javaClassConsumer)