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 3716747 commit 9f02563Copy full SHA for 9f02563
src/main/java/rx/Observable.java
@@ -63,7 +63,7 @@ protected Observable(OnSubscribe<T> f) {
63
64
/**
65
* <strong>This method requires advanced knowledge about building operators and data sources; please consider
66
- * other standard methods first;</strong>
+ * other standard methods first, such as {@link Observable#fromEmitter(Action1, Emitter.BackpressureMode)};</strong>
67
* Returns an Observable that will execute the specified function when a {@link Subscriber} subscribes to
68
* it.
69
* <p>
0 commit comments