Class ConsulterSupplyFunction.Abst<F>
java.lang.Object
io.github.toolfactory.jvm.util.ThrowingFunctionAdapter<F,Class<?>,MethodHandles.Lookup,Throwable>
io.github.toolfactory.jvm.function.catalog.ConsulterSupplyFunction.Abst<F>
- All Implemented Interfaces:
ConsulterSupplyFunction
,ThrowingFunction<Class<?>,
MethodHandles.Lookup, Throwable>
- Direct Known Subclasses:
ConsulterSupplyFunction.ForJava7
,ConsulterSupplyFunction.ForJava9
- Enclosing interface:
ConsulterSupplyFunction
public abstract static class ConsulterSupplyFunction.Abst<F>
extends ThrowingFunctionAdapter<F,Class<?>,MethodHandles.Lookup,Throwable>
implements ConsulterSupplyFunction
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.github.toolfactory.jvm.function.catalog.ConsulterSupplyFunction
ConsulterSupplyFunction.Abst<F>, ConsulterSupplyFunction.ForJava17, ConsulterSupplyFunction.ForJava7, ConsulterSupplyFunction.ForJava9, ConsulterSupplyFunction.Hybrid, ConsulterSupplyFunction.Native
-
Field Summary
Fields inherited from class io.github.toolfactory.jvm.util.ThrowingFunctionAdapter
function
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.github.toolfactory.jvm.util.ThrowingFunctionAdapter
getFunction, setFunction
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.github.toolfactory.jvm.function.template.ThrowingFunction
apply
-
Constructor Details
-
Abst
public Abst()
-