map<N> method

Empty<N> map<N>(
  1. N _(
    1. T
    )
)
override

Implementation

Empty<N> map<N>(final N Function(T) _) => Empty();