Function1<A, R> typedef

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

Implementation

typedef Function1<A, R> = R Function(A a);