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.loadedClassesRetrieverSupplierprotected 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 TypeInterfaceDescriptioninterfacestatic interfaceinterfacestatic interfaceClasses in io.github.toolfactory.jvm.function.catalog that implement FunctionModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic 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 intClasses.File.Reader.readUnsignedShort(Function<Integer, Byte> byteSupplier, int offset) private static StringClasses.File.Reader.readUtf(Function<Integer, Byte> byteSupplier, int constantPoolEntryIndex, char[] charBuffer, String[] constantUtf8Values, int[] cpInfoOffsets) private static StringClasses.File.Reader.readUtf(Function<Integer, Byte> byteSupplier, int utfOffset, int utfLength, char[] charBuffer) private static StringClasses.File.Reader.readUTF8(Function<Integer, Byte> byteSupplier, int offset, char[] charBuffer, String[] constantUtf8Values, int[] cpInfoOffsets) private static Classes.RawInfoClasses.File.Reader.retrieveInfo(Function<Integer, Byte> byteSupplier)