Unary<T, S> typedef

Unary<T, S> = T Function(S)

a typedef for a "unary" Function

Implementation

typedef Unary<T, S> = T Function(S);