Fun1<A, B> typedef

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

Implementation

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