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 ConsulterSupplyFunction
ConsulterSupplyFunction.Abst<F>, ConsulterSupplyFunction.ForJava17, ConsulterSupplyFunction.ForJava7, ConsulterSupplyFunction.ForJava9, ConsulterSupplyFunction.Hybrid, ConsulterSupplyFunction.Native -
Field Summary
Fields inherited from class ThrowingFunctionAdapter
function -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ThrowingFunctionAdapter
getFunction, setFunctionMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ThrowingFunction
apply
-
Constructor Details
-
Abst
public Abst()
-