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 SummaryAll Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default voidaccept(T e)voidaccept0(T e)
 
-