Uses of Interface
com.hazelcast.function.ConsumerEx
Package
Description
Serializable and exception-declaring variants of functional interfaces from
java.util.function
.-
Uses of ConsumerEx in com.hazelcast.function
Modifier and TypeMethodDescriptiondefault ConsumerEx<T>
ConsumerEx.andThen
(ConsumerEx<? super T> after) Serializable
variant ofjava.util.function.Consumer#andThen(Consumer)
.static <T> ConsumerEx<T>
ConsumerEx.noop()
Returns a consumer that does nothing.Modifier and TypeMethodDescriptiondefault ConsumerEx<T>
ConsumerEx.andThen
(ConsumerEx<? super T> after) Serializable
variant ofjava.util.function.Consumer#andThen(Consumer)
.