UnaryOperator<T> typedef

UnaryOperator<T> = SingleFunction<T, T>

Represents an operation on a single operand that produces a result of the same type as its operand.

Implementation

typedef UnaryOperator<T> = SingleFunction<T, T>;