Package com.hazelcast.function
Interface ThrowingConsumer<T>
- Type Parameters:
T
- type of consumed item
- All Superinterfaces:
Consumer<T>
- All Known Subinterfaces:
ConsumerEx<T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A
Consumer
that declares checked exception.- Since:
- 6.0
-
Method Summary
-
Method Details
-
acceptEx
Consumes given item.- Throws:
Exception
- See Also:
-
accept
-