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