@FunctionalInterface public interface DistributedLongConsumer extends LongConsumer, Serializable
Serializable variant of java.util.function.LongConsumer.| Modifier and Type | Method and Description |
|---|---|
default DistributedLongConsumer |
andThen(DistributedLongConsumer after)
Serializable variant of
java.util.function.LongConsumer#andThen(LongConsumer). |
accept, andThendefault DistributedLongConsumer andThen(DistributedLongConsumer after)
Serializable variant of
java.util.function.LongConsumer#andThen(LongConsumer).Copyright © 2018 Hazelcast, Inc.. All rights reserved.