Uses of Interface
io.github.toolfactory.jvm.function.catalog.ConsulterSupplyFunction
-
Packages that use ConsulterSupplyFunction Package Description io.github.toolfactory.jvm io.github.toolfactory.jvm.function.catalog -
-
Uses of ConsulterSupplyFunction in io.github.toolfactory.jvm
Methods in io.github.toolfactory.jvm that return ConsulterSupplyFunction Modifier and Type Method Description protected ConsulterSupplyFunction
DriverAbst. getConsulterRetriever(java.util.Map<java.lang.Object,java.lang.Object> initializationContext)
protected ConsulterSupplyFunction
DriverAbst. getOrBuildConsulterRetriever(java.util.Map<java.lang.Object,java.lang.Object> initializationContext)
Methods in io.github.toolfactory.jvm that return types with arguments of type ConsulterSupplyFunction Modifier and Type Method Description protected java.lang.Class<? extends ConsulterSupplyFunction>
DefaultDriver. getConsulterSupplyFunctionClass()
protected abstract java.lang.Class<? extends ConsulterSupplyFunction>
DriverAbst. getConsulterSupplyFunctionClass()
protected java.lang.Class<? extends ConsulterSupplyFunction>
HybridDriver. getConsulterSupplyFunctionClass()
protected java.lang.Class<? extends ConsulterSupplyFunction>
NativeDriver. getConsulterSupplyFunctionClass()
-
Uses of ConsulterSupplyFunction in io.github.toolfactory.jvm.function.catalog
Subinterfaces of ConsulterSupplyFunction in io.github.toolfactory.jvm.function.catalog Modifier and Type Interface Description static interface
ConsulterSupplyFunction.ForJava17
static interface
ConsulterSupplyFunction.Hybrid
static interface
ConsulterSupplyFunction.Hybrid.ForJava17
static interface
ConsulterSupplyFunction.Native
static interface
ConsulterSupplyFunction.Native.ForJava17
Classes in io.github.toolfactory.jvm.function.catalog that implement ConsulterSupplyFunction Modifier and Type Class Description static class
ConsulterSupplyFunction.Abst<F>
static class
ConsulterSupplyFunction.ForJava17.ForSemeru
static class
ConsulterSupplyFunction.ForJava7
static class
ConsulterSupplyFunction.ForJava9
static class
ConsulterSupplyFunction.Hybrid.ForJava17.ForSemeru
static class
ConsulterSupplyFunction.Native.ForJava17.ForSemeru
-