| Package | Description |
|---|---|
| com.github.davidmoten.rx | |
| com.github.davidmoten.rx.util |
| Modifier and Type | Method and Description |
|---|---|
static <T> rx.Observable.Transformer<T,MapWithIndex.Indexed<T>> |
Transformers.mapWithIndex()
Returns a
Observable.Transformer that wraps stream emissions with their
corresponding zero based index numbers (0,1,2,3,..) in instances of
MapWithIndex.Indexed. |
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<MapWithIndex.Indexed<T>> |
MapWithIndex.call(rx.Observable<T> source) |
Copyright © 2013–2016. All rights reserved.