We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aaed26 commit a5c9453Copy full SHA for a5c9453
src/main/java/rx/Observable.java
@@ -5803,7 +5803,7 @@ public final Observable<T> doOnCompleted(final Action0 onCompleted) {
5803
}
5804
5805
/**
5806
- * Modifies the source Observable so that it invokes an action for each item it emits.
+ * Modifies the source Observable so that it invokes an action for each item and terminal event it emits.
5807
* <p>
5808
* <img width="640" height="310" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/doOnEach.png" alt="">
5809
* <dl>
0 commit comments