map<O1> method

Map$<I, O, O1> map<O1>(
  1. Mapper<O, O1> m
)

Implementation

Map$<I, O, O1> map<O1>(Mapper<O, O1> m) => Map$(this, m);