Uses of Interface
com.hazelcast.function.ConsumerEx
Packages that use ConsumerEx
Package
Description
Serializable and exception-declaring variants of functional interfaces from
java.util.function
.-
Uses of ConsumerEx in com.hazelcast.function
Methods in com.hazelcast.function that return ConsumerExModifier 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.Methods in com.hazelcast.function with parameters of type ConsumerExModifier and TypeMethodDescriptiondefault ConsumerEx<T>
ConsumerEx.andThen
(ConsumerEx<? super T> after) Serializable
variant ofjava.util.function.Consumer#andThen(Consumer)
.