Uses of Interface
com.hazelcast.function.ThrowingConsumer
Package
Description
Serializable and exception-declaring variants of functional interfaces from
java.util.function
.-
Uses of ThrowingConsumer in com.hazelcast.function
Modifier and TypeInterfaceDescriptioninterface
ConsumerEx<T>
Serializable
variant ofjava.util.function.Consumer
which declares checked exception.