menu
observable_ish package
documentation
value/value.dart
RxListenableImpl<T>
map<R> method
map<R> method
dark_mode
light_mode
map<
R
>
method
Stream
<
R
>
map
<
R
>(
R
mapper
(
T
data
)
)
override
Maps the changes into a
Stream
of
R
Implementation
Stream<R> map<R>(R mapper(T data)) => values.map(mapper);
observable_ish package
documentation
value/value
RxListenableImpl<T>
map<R> method
RxListenableImpl class