Uses of Interface
io.github.toolfactory.jvm.function.template.Function
Packages that use Function
Package
Description
-
Uses of Function in io.github.toolfactory.jvm
Fields in io.github.toolfactory.jvm declared as FunctionModifier and TypeFieldDescriptionprotected Function
<ClassLoader, CleanableSupplier<Collection<Class<?>>>> DriverAbst.loadedClassesRetrieverSupplier
protected Function
<ClassLoader, Map<String, ?>> DriverAbst.loadedPackagesRetriever
-
Uses of Function in io.github.toolfactory.jvm.function.catalog
Subinterfaces of Function in io.github.toolfactory.jvm.function.catalogModifier and TypeInterfaceDescriptioninterface
static interface
interface
static interface
Classes in io.github.toolfactory.jvm.function.catalog that implement FunctionModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
-
Uses of Function in io.github.toolfactory.jvm.util
Methods in io.github.toolfactory.jvm.util with parameters of type FunctionModifier and TypeMethodDescriptionprivate static String[]
Classes.File.Reader.getInterfaceNames
(Function<Integer, Byte> byteSupplier, int header, int maxStringLength, String[] constantUtf8Values, int[] cpInfoOffsets) private static int
Classes.File.Reader.readUnsignedShort
(Function<Integer, Byte> byteSupplier, int offset) private static String
Classes.File.Reader.readUtf
(Function<Integer, Byte> byteSupplier, int constantPoolEntryIndex, char[] charBuffer, String[] constantUtf8Values, int[] cpInfoOffsets) private static String
Classes.File.Reader.readUtf
(Function<Integer, Byte> byteSupplier, int utfOffset, int utfLength, char[] charBuffer) private static String
Classes.File.Reader.readUTF8
(Function<Integer, Byte> byteSupplier, int offset, char[] charBuffer, String[] constantUtf8Values, int[] cpInfoOffsets) private static Classes.RawInfo
Classes.File.Reader.retrieveInfo
(Function<Integer, Byte> byteSupplier)