public class OperatorToObservableSizedList<T> extends Object implements rx.Observable.Operator<List<T>,T>
Constructor and Description |
---|
OperatorToObservableSizedList(int size) |
Modifier and Type | Method and Description |
---|---|
rx.Subscriber<? super T> |
call(rx.Subscriber<? super List<T>> child) |
Copyright © 2020. All rights reserved.