Uses of Interface
io.github.toolfactory.jvm.function.template.Supplier
-
Packages that use Supplier Package Description io.github.toolfactory.jvm io.github.toolfactory.jvm.function.catalog io.github.toolfactory.jvm.util -
-
Uses of Supplier in io.github.toolfactory.jvm
Fields in io.github.toolfactory.jvm declared as Supplier Modifier and Type Field Description protected Supplier<java.lang.Class<?>>
DriverAbst. builtinClassLoaderClassSupplier
protected Supplier<java.lang.Class<?>>
DriverAbst. classLoaderDelegateClassSupplier
-
Uses of Supplier in io.github.toolfactory.jvm.function.catalog
Subinterfaces of Supplier in io.github.toolfactory.jvm.function.catalog Modifier and Type Interface Description interface
BuiltinClassLoaderClassSupplier
interface
ClassLoaderDelegateClassSupplier
static interface
ClassLoaderDelegateClassSupplier.ForJava17
interface
ConsulterSupplier
static interface
ConsulterSupplier.ForJava14
static interface
ConsulterSupplier.Hybrid
static interface
ConsulterSupplier.Native
static interface
ConsulterSupplier.Native.ForJava14
static interface
ConsulterSupplier.Native.ForJava17
static interface
ConsulterSupplier.Native.ForJava9
interface
PrivateLookupInMethodHandleSupplier
interface
UnsafeSupplier
-
Uses of Supplier in io.github.toolfactory.jvm.util
Subinterfaces of Supplier in io.github.toolfactory.jvm.util Modifier and Type Interface Description interface
CleanableSupplier<T>
Methods in io.github.toolfactory.jvm.util with parameters of type Supplier Modifier and Type Method Description static void
ObjectProvider. putIfAbsent(java.util.Map<java.lang.Object,java.lang.Object> context, Supplier<ObjectProvider> objectProvider)
-