Mapper<T, E> typedef

Mapper<T, E> = T Function(E element)

Implementation

typedef Mapper<T, E> = T Function(E element);