public interface ObservableCollection<T> extends PersistentObservable
Type Params | Return Type | Name and description |
---|---|---|
|
public rx.Observable<java.util.List<T>> |
toListObservable() Returns an Observable for the operation |
Methods inherited from class | Name |
---|---|
interface PersistentObservable |
subscribe, toObservable |
Returns an Observable for the operation
For more information on Observables see the ReactiveX documentation.