Package io.github.toolfactory.jvm.util
Class ThrowingBiConsumerAdapter<F,I,J,E extends java.lang.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 java.lang.Throwable> extends java.lang.Object implements ThrowingBiConsumer<I,J,E>
-
-
Constructor Summary
Constructors Constructor Description ThrowingBiConsumerAdapter()
ThrowingBiConsumerAdapter(F function)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThrowingBiConsumerAdapter<F,I,J,E>
setFunction(F function)
-
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
-
-