Package dev.enola.common.function
Interface CheckedConsumer<T,E extends Exception>
- All Known Implementing Classes:
JLineBuiltinCommandsProcessor
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Consumer-like functional interface which can throw a checked
exception.-
Method Summary
-
Method Details
-
accept
- Throws:
E
-