There is an operator that transforms an `Observabl...
# rx
l
There is an operator that transforms an
Observable<T>
into an
Observable<Message<T>>
or something similar, where the messages were the
onSubscribe
,
onNext
,
onComplete,
and
onError
events with the
T
as the payload, does anyone remember what that operator is named?