Mapper<T, R> typedef

Mapper<T, R> = R Function(T value, bool isFirst, bool isLast, int index)

Implementation

typedef Mapper<T, R> = R Function(
    T value, bool isFirst, bool isLast, int index);