Uses of Interface
io.github.toolfactory.jvm.util.CleanableSupplier
-
Packages that use CleanableSupplier Package Description io.github.toolfactory.jvm io.github.toolfactory.jvm.function.catalog -
-
Uses of CleanableSupplier in io.github.toolfactory.jvm
Fields in io.github.toolfactory.jvm with type parameters of type CleanableSupplier Modifier and Type Field Description protected Function<java.lang.ClassLoader,CleanableSupplier<java.util.Collection<java.lang.Class<?>>>>
DriverAbst. loadedClassesRetrieverSupplier
Methods in io.github.toolfactory.jvm that return CleanableSupplier Modifier and Type Method Description CleanableSupplier<java.util.Collection<java.lang.Class<?>>>
Driver. getLoadedClassesRetriever(java.lang.ClassLoader classLoader)
CleanableSupplier<java.util.Collection<java.lang.Class<?>>>
DriverAbst. getLoadedClassesRetriever(java.lang.ClassLoader classLoader)
-
Uses of CleanableSupplier in io.github.toolfactory.jvm.function.catalog
Methods in io.github.toolfactory.jvm.function.catalog that return CleanableSupplier Modifier and Type Method Description CleanableSupplier<java.util.Collection<java.lang.Class<?>>>
GetLoadedClassesRetrieverFunction.ForJava7. apply(java.lang.ClassLoader classLoader)
CleanableSupplier<java.util.Collection<java.lang.Class<?>>>
GetLoadedClassesRetrieverFunction.ForJava7.ForSemeru. apply(java.lang.ClassLoader classLoader)
CleanableSupplier<java.util.Collection<java.lang.Class<?>>>
GetLoadedClassesRetrieverFunction.Native.ForJava7. apply(java.lang.ClassLoader classLoader)
-