Func1<A, B> typedef

Func1<A, B> = B Function(A a)

Implementation

typedef Func1<A, B> = B Function(A a);