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 373532b commit 566e892Copy full SHA for 566e892
rxjava-core/src/main/java/rx/Observable.java
@@ -7061,6 +7061,7 @@ public final BlockingObservable<T> toBlockingObservable() {
7061
*
7062
* @return a {@code BlockingObservable} version of this Observable
7063
* @see <a href="https://github.com/Netflix/RxJava/wiki/Blocking-Observable-Operators">RxJava Wiki: Blocking Observable Observers</a>
7064
+ * @since 0.19
7065
*/
7066
public final BlockingObservable<T> toBlocking() {
7067
return BlockingObservable.from(this);
0 commit comments