Func1<A, B> typedef

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

Implementation

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