Package io.toro.martini.util
Interface Throwables.ThrowingConsumer<T>
-
- All Superinterfaces:
Consumer<T>
- Enclosing class:
- Throwables
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface Throwables.ThrowingConsumer<T> extends Consumer<T>
Taken from https://gist.github.com/myui/9722c1301434a3b69cf898ccd9090ff1. A consumer that sneakily
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default void
accept(T e)
void
accept0(T e)
-