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. builtinClassLoaderClassSupplierprotected 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 interfaceBuiltinClassLoaderClassSupplierinterfaceClassLoaderDelegateClassSupplierstatic interfaceClassLoaderDelegateClassSupplier.ForJava17interfaceConsulterSupplierstatic interfaceConsulterSupplier.ForJava14static interfaceConsulterSupplier.Hybridstatic interfaceConsulterSupplier.Nativestatic interfaceConsulterSupplier.Native.ForJava14static interfaceConsulterSupplier.Native.ForJava17static interfaceConsulterSupplier.Native.ForJava9interfacePrivateLookupInMethodHandleSupplierinterfaceUnsafeSupplier -
Uses of Supplier in io.github.toolfactory.jvm.util
Subinterfaces of Supplier in io.github.toolfactory.jvm.util Modifier and Type Interface Description interfaceCleanableSupplier<T>Methods in io.github.toolfactory.jvm.util with parameters of type Supplier Modifier and Type Method Description static voidObjectProvider. putIfAbsent(java.util.Map<java.lang.Object,java.lang.Object> context, Supplier<ObjectProvider> objectProvider)
-