there is no oneach! Can you pass on the documentat...
# getting-started
a
there is no oneach! Can you pass on the documentation?
l
He probably meant
doOnEach
/
doOnNext
a
@leolima
doOnNext
seems good! 👍
I don’t know why
doOnEach
is wrapping the object on another
Notification
object though
e
doOnNext
only triggers with
onNext
event,
doOnEach
will be trigger by any event,
onNext
,
onError
and
onComplete