MapManyFunc<T, R> typedef

MapManyFunc<T, R> = Iterable<R> Function(T)

Implementation

typedef MapManyFunc<T, R> = Iterable<R> Function(T);