Skip to content

Commit 2f8c508

Browse files
Mark as Deprecated
1 parent 4d57677 commit 2f8c508

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rxjava-core/src/main/java/rx/operators/OperationMap.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ public R call(T value, @SuppressWarnings("unused") Integer unused) {
6767
* @param <R>
6868
* the type of the output sequence.
6969
* @return a sequence that is the result of applying the transformation function to each item in the input sequence.
70+
* @deprecated
7071
*/
7172
public static <T, R> OnSubscribeFunc<R> mapWithIndex(final Observable<? extends T> sequence, final Func2<? super T, Integer, ? extends R> func) {
7273
return new OnSubscribeFunc<R>() {

0 commit comments

Comments
 (0)