Skip to content

Commit 844cc95

Browse files
committed
Experimental annotation.
1 parent 758fe33 commit 844cc95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/rx/Observable.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8789,6 +8789,7 @@ public final Observable<T> unsubscribeOn(Scheduler scheduler) {
87898789
* by using the resultSelector function only when the source observable sequence
87908790
* (this instance) produces an element
87918791
*/
8792+
@Experimental
87928793
public final <U, R> Observable<R> withLatestFrom(Observable<? extends U> other, Func2<? super T, ? super U, ? extends R> resultSelector) {
87938794
return lift(new OperatorWithLatestFrom<T, U, R>(other, resultSelector));
87948795
}

0 commit comments

Comments
 (0)