- Type Parameters:
T - the type of the operand and result of the operator
- All Superinterfaces:
- java.util.function.Function<T,T>, java.util.function.UnaryOperator<T>
public interface UnaryOperator<T>
extends Function<T,T>, java.util.function.UnaryOperator<T>
Retrolambda compatibility interface for java.util.function.UnaryOperator.