IterableFunction<T, U> typedef

IterableFunction<T, U> = U Function(T i)

Implementation

typedef IterableFunction<T, U> = U Function(T i);