mapValue<U> method
map for ValueStream
Implementation
ValueStream<U> mapValue<U>(U Function(T value) mapper) =>
_MapValueStream<T, U>(this, mapper);
map for ValueStream
ValueStream<U> mapValue<U>(U Function(T value) mapper) =>
_MapValueStream<T, U>(this, mapper);