T - the type of the operand and result of the operator@FunctionalInterface public static interface Distributed.UnaryOperator<T> extends Distributed.Function<T,T>, java.util.function.UnaryOperator<T>, Serializable
Function for
the case where the operand and result are of the same type.
This is a functional interface
whose functional method is Function.apply(Object).
Distributed.Function| Modifier and Type | Method and Description |
|---|---|
static <T> Distributed.UnaryOperator<T> |
identity()
Returns a unary operator that always returns its input argument.
|
andThen, composeandThen, apply, composestatic <T> Distributed.UnaryOperator<T> identity()
identity in interface Distributed.Function<T,T>identity in interface java.util.function.Function<T,T>identity in interface java.util.function.UnaryOperator<T>T - the type of the input and output of the operatorCopyright © 2016 Hazelcast, Inc.. All Rights Reserved.