Fn1<R, T0> typedef

Fn1<R, T0> = R Function(T0)

Implementation

typedef Fn1<R, T0> = R Function(T0);