public final class MapWithIndex<T> extends Object implements rx.Observable.Transformer<T,MapWithIndex.Indexed<T>>
| Modifier and Type | Class and Description |
|---|---|
static class |
MapWithIndex.Indexed<T> |
| Constructor and Description |
|---|
MapWithIndex() |
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<MapWithIndex.Indexed<T>> |
call(rx.Observable<T> source) |
static <T> MapWithIndex<T> |
instance() |
public static <T> MapWithIndex<T> instance()
public rx.Observable<MapWithIndex.Indexed<T>> call(rx.Observable<T> source)
Copyright © 2020. All rights reserved.