Class ConsulterSupplyFunction.Abst<F>
- java.lang.Object
-
- io.github.toolfactory.jvm.util.ThrowingFunctionAdapter<F,java.lang.Class<?>,java.lang.invoke.MethodHandles.Lookup,java.lang.Throwable>
-
- io.github.toolfactory.jvm.function.catalog.ConsulterSupplyFunction.Abst<F>
-
- All Implemented Interfaces:
ConsulterSupplyFunction
,ThrowingFunction<java.lang.Class<?>,java.lang.invoke.MethodHandles.Lookup,java.lang.Throwable>
- Direct Known Subclasses:
ConsulterSupplyFunction.ForJava7
,ConsulterSupplyFunction.ForJava9
- Enclosing interface:
- ConsulterSupplyFunction
public abstract static class ConsulterSupplyFunction.Abst<F> extends ThrowingFunctionAdapter<F,java.lang.Class<?>,java.lang.invoke.MethodHandles.Lookup,java.lang.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 Constructor Description Abst()
-
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
-
-