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 a3f7a83 commit 0979f84Copy full SHA for 0979f84
language-adaptors/rxjava-scala/src/main/scala/rx/lang/scala/Observable.scala
@@ -2242,9 +2242,6 @@ trait Observable[+T]
2242
*
2243
* <img width="640" src="https://raw.github.com/wiki/Netflix/RxJava/images/rx-operators/amb.png">
2244
2245
- * You can combine items emitted by two Observables so that they act like a single
2246
- * Observable by using the `merge` method.
2247
- *
2248
* @param that
2249
* an Observable competing to react first
2250
* @return an Observable that emits the same sequence of items as whichever of `this` or `that` first emitted an item.
0 commit comments