- Type Parameters:
V
- Input type.
- All Superinterfaces:
Consumer<V>
- Enclosing class:
- SneakyThrows
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Throwable version of
Consumer
.
This class rethrow any exception using the SneakyThrows.propagate(Throwable)
technique.
-
Method Summary