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