Function1<A, B> typedef

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

Implementation

typedef B Function1 <A, B>                                                         (A a);