File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed
language-adaptors/rxjava-scala/src/main/scala/rx/lang/scala Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -2449,26 +2449,6 @@ trait Observable[+T]
2449
2449
toScalaObservable[T ](asJavaObservable.delaySubscription(delay.length, delay.unit, scheduler))
2450
2450
}
2451
2451
2452
- /**
2453
- * Returns an Observable that emits the single item at a specified index in a sequence of emissions from a
2454
- * source Observbable.
2455
- *
2456
- * <img width="640" src="https://raw.github.com/wiki/Netflix/RxJava/images/rx-operators/elementAt.png">
2457
- *
2458
- * @param index
2459
- * the zero-based index of the item to retrieve
2460
- * @return an Observable that emits a single item: the item at the specified position in the sequence of
2461
- * those emitted by the source Observable
2462
- * @throws IndexOutOfBoundsException
2463
- * if index is greater than or equal to the number of items emitted by the source
2464
- * Observable
2465
- * @throws IndexOutOfBoundsException
2466
- * if index is less than 0
2467
- * @see `Observable.elementAt`
2468
- * @deprecated ("Use `elementAt`", "0.18.0")
2469
- */
2470
- def apply (index : Int ): Observable [T ] = elementAt(index)
2471
-
2472
2452
/**
2473
2453
* Returns an Observable that emits the single item at a specified index in a sequence of emissions from a
2474
2454
* source Observbable.
You can’t perform that action at this time.
0 commit comments