F1<A, T> typedef

F1<A, T> = T Function(A a)

Typedef for a function that takes 1 argument.

Implementation

typedef F1<A, T> = T Function(A a);