$m<J> method

Iterable<J> $m<J>(
  1. J f(
    1. V
    )
)

Implementation

Iterable<J> $m<J>(J Function(V) f) => map(f);