@FunctionalInterface public interface SerializableUnaryOperator<T> extends UnaryOperator<T>, Serializable
UnaryOperator| Modifier and Type | Method and Description |
|---|---|
static <T> SerializableUnaryOperator<T> |
identity()
Returns a unary operator that always returns its input argument.
|
static <T> SerializableUnaryOperator<T> identity()
Copyright © 2019. All rights reserved.