UnaryOperator<T> typedef

UnaryOperator<T> = T Function(T value)

Implementation

typedef UnaryOperator<T> = T Function(T value);