- Type Parameters:
T - the type of the operand and result of the operator
- All Superinterfaces:
- java.util.function.Function<T,T>, java.io.Serializable, SerializableFunction<T,T>, java.util.function.UnaryOperator<T>
- All Known Subinterfaces:
- SerializableUnaryOperator1<T>, SerializableUnaryOperator2<T>, SerializableUnaryOperator3<T>, SerializableUnaryOperator4<T>, SerializableUnaryOperator5<T>, SerializableUnaryOperator6<T>, SerializableUnaryOperator7<T>, SerializableUnaryOperator8<T>, SerializableUnaryOperator9<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 SerializableFunction<T,T>, java.util.function.UnaryOperator<T>
The Interface SerializableUnaryOperator.
- See Also:
UnaryOperator