map<TOutput> method

StreamWithValue<TOutput> map<TOutput>(
  1. _Converter<TInput, TOutput> convert
)

Implementation

StreamWithValue<TOutput> map<TOutput>(_Converter<TInput, TOutput> convert) =>
    _MappedStreamWithValue(this, convert);