- Type Parameters:
T - the type of the operand and result of the operator
- All Superinterfaces:
- Function<T,T>, Serializable, UnaryOperator<T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface SerializableUnaryOperator<T>
extends UnaryOperator<T>, Serializable
Interface extension to be serializable.
- Since:
- 4.17
- Author:
- veuillh