@FunctionalInterface public interface DistributedDoubleUnaryOperator extends DoubleUnaryOperator, Serializable
Serializable variant of java.util.function.DoubleUnaryOperator.| Modifier and Type | Method and Description |
|---|---|
default DistributedDoubleUnaryOperator |
andThen(DistributedDoubleUnaryOperator after)
Serializable variant of java.util.function.DoubleUnaryOperator#andThen(DoubleUnaryOperator). |
default DistributedDoubleUnaryOperator |
compose(DistributedDoubleUnaryOperator before)
Serializable variant of java.util.function.DoubleUnaryOperator#compose(DoubleUnaryOperator). |
static DistributedDoubleUnaryOperator |
identity()
Serializable variant of java.util.function.DoubleUnaryOperator#identity(). |
andThen, applyAsDouble, composestatic DistributedDoubleUnaryOperator identity()
Serializable variant of java.util.function.DoubleUnaryOperator#identity().identity in interface DoubleUnaryOperatordefault DistributedDoubleUnaryOperator compose(DistributedDoubleUnaryOperator before)
Serializable variant of java.util.function.DoubleUnaryOperator#compose(DoubleUnaryOperator).default DistributedDoubleUnaryOperator andThen(DistributedDoubleUnaryOperator after)
Serializable variant of java.util.function.DoubleUnaryOperator#andThen(DoubleUnaryOperator).Copyright © 2018 Hazelcast, Inc.. All rights reserved.