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