MapList<T, R> extension

on

Methods

map_(R mapper(T)) List<R>

Available on List<T>, provided by the MapList extension

In contrast to map, this will return a List instead.