Package io.github.toolfactory.jvm.util
Class ThrowingBiConsumerAdapter<F,I,J,E extends Throwable>
java.lang.Object
io.github.toolfactory.jvm.util.ThrowingBiConsumerAdapter<F,I,J,E>
- All Implemented Interfaces:
ThrowingBiConsumer<I,
J, E>
- Direct Known Subclasses:
SetAccessibleFunction.Abst
public abstract class ThrowingBiConsumerAdapter<F,I,J,E extends Throwable>
extends Object
implements ThrowingBiConsumer<I,J,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.ThrowingBiConsumer
accept
-
Field Details
-
function
-
-
Constructor Details
-
ThrowingBiConsumerAdapter
public ThrowingBiConsumerAdapter() -
ThrowingBiConsumerAdapter
-
-
Method Details
-
setFunction
-