@FunctionalInterface public interface DistributedIntUnaryOperator extends IntUnaryOperator, Serializable
Serializable variant of java.util.function.IntUnaryOperator which declares checked exception.| Modifier and Type | Method and Description |
|---|---|
default DistributedIntUnaryOperator |
andThen(DistributedIntUnaryOperator after)
Serializable variant of java.util.function.IntUnaryOperator#andThen(IntUnaryOperator). |
default int |
applyAsInt(int operand) |
int |
applyAsIntEx(int operand)
Exception-declaring version of
IntUnaryOperator.applyAsInt(int). |
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, composeint applyAsIntEx(int operand)
throws Exception
IntUnaryOperator.applyAsInt(int).Exceptiondefault int applyAsInt(int operand)
applyAsInt in interface IntUnaryOperatorstatic 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.