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