Package io.deephaven.util.function
Interface ThrowingConsumer<T,E extends Exception>
- Type Parameters:
T
- The type of the input to the consumerE
- The type of the exception that may be thrown
- All Known Subinterfaces:
SerializationUtils.Writer<ITEM_TYPE>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Represents an operation that accepts a single input argument and returns no result, declaring a possibly-thrown
exception.
-
Method Summary