Package io.manebot.lambda
Interface ThrowingConsumer<V,E extends java.lang.Exception>
-
- All Superinterfaces:
java.util.function.Consumer<V>
public interface ThrowingConsumer<V,E extends java.lang.Exception> extends java.util.function.Consumer<V>
-
-
Method Summary
Modifier and Type Method Description default void
accept(V v)
void
acceptChecked(V v)
-