Skip to content

Commit 86328ab

Browse files
committed
javadoc changes to correspond with recent method changes
1 parent 784bb26 commit 86328ab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/rx/Observable.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4708,6 +4708,10 @@ public final void forEach(final Action1<? super T> onNext, final Action1<Throwab
47084708
* is subscribed to. For this reason, in order to avoid memory leaks, you should not simply ignore those
47094709
* {@code GroupedObservable}s that do not concern you. Instead, you can signal to them that they may
47104710
* discard their buffers by applying an operator like {@link #take}{@code (0)} to them.
4711+
* <dl>
4712+
* <dt><b>Scheduler:</b></dt>
4713+
* <dd>{@code groupBy} does not operate by default on a particular {@link Scheduler}.</dd>
4714+
* </dl>
47114715
*
47124716
* @param keySelector
47134717
* a function that extracts the key for each item

0 commit comments

Comments
 (0)