Interface ThrowingConsumer<T,K extends Throwable>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Functional interface that performs an operation that might throw an exception.
Follows naming scheme of Java 8 functional interfaces.
-
Method Summary
-
Method Details
-
accept
- Throws:
K
-