@FunctionalInterface public interface DistributedUnaryOperator<T> extends DistributedFunction<T,T>, UnaryOperator<T>, Serializable
Serializable variant of java.util.function.UnaryOperator.| Modifier and Type | Method and Description |
|---|---|
static <T> DistributedUnaryOperator<T> |
identity()
Serializable variant of java.util.function.UnaryOperator#identity(). |
andThen, composestatic <T> DistributedUnaryOperator<T> identity()
Serializable variant of java.util.function.UnaryOperator#identity().Copyright © 2018 Hazelcast, Inc.. All rights reserved.