Uses of Interface
com.hazelcast.function.ConsumerEx
Package | Description |
---|---|
com.hazelcast.function |
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 ConsumerEx Modifier and Type Method Description default 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 ConsumerEx Modifier and Type Method Description default ConsumerEx<T>
ConsumerEx. andThen(ConsumerEx<? super T> after)
Serializable
variant ofjava.util.function.Consumer#andThen(Consumer)
.