Fun2<A, B> typedef

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

Implementation

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