Package | Description |
---|---|
com.hazelcast.function |
Serializable and exception-declaring variants of functional interfaces from
java.util.function . |
Modifier and Type | Method and Description |
---|---|
default ConsumerEx<T> |
ConsumerEx.andThen(ConsumerEx<? super T> after)
Serializable variant of java.util.function.Consumer#andThen(Consumer) . |
static <T> ConsumerEx<T> |
ConsumerEx.noop()
Returns a consumer that does nothing.
|
Modifier and Type | Method and Description |
---|---|
default ConsumerEx<T> |
ConsumerEx.andThen(ConsumerEx<? super T> after)
Serializable variant of java.util.function.Consumer#andThen(Consumer) . |
Copyright © 2020 Hazelcast, Inc.. All rights reserved.