Package io.github.toolfactory.jvm.util
Class ThrowingFunctionAdapter<F,I,O,E extends Throwable>
java.lang.Object
io.github.toolfactory.jvm.util.ThrowingFunctionAdapter<F,I,O,E>
- All Implemented Interfaces:
ThrowingFunction<I,
O, E>
- Direct Known Subclasses:
ConsulterSupplyFunction.Abst
,DeepConsulterSupplyFunction.Abst
public abstract class ThrowingFunctionAdapter<F,I,O,E extends Throwable>
extends Object
implements ThrowingFunction<I,O,E>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
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
-
Field Details
-
function
-
-
Constructor Details
-
ThrowingFunctionAdapter
public ThrowingFunctionAdapter() -
ThrowingFunctionAdapter
-
-
Method Details
-
setFunction
-
getFunction
-