Func1<T1, R> typedef

Func1<T1, R> = R Function(T1 arg1)

Implementation

typedef R Func1<T1, R>(T1 arg1);