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 f2410f8 commit adceedfCopy full SHA for adceedf
src/main/java/rx/Observable.java
@@ -4459,7 +4459,7 @@ public final void onNext(T args) {
4459
* @see <a href="http://reactivex.io/documentation/operators/do.html">ReactiveX operators documentation: Do</a>
4460
* @since (if this graduates from Experimental/Beta to supported, replace this parenthetical with the release number)
4461
*/
4462
- @Beta
+ @Experimental
4463
public final Observable<T> doOnRequest(final Action1<Long> onRequest) {
4464
return lift(new OperatorDoOnRequest<T>(onRequest));
4465
}
0 commit comments