map<V> method

Fr<V> map<V>(
  1. V mapper(
    1. T t
    )
)

Implementation

Fr<V> map<V>(V Function(T t) mapper) => _MappedFr(this, mapper);