T - generic typepublic class OperatorDynamicBuffer<T> extends Object implements rx.Observable.Operator<List<T>,T>
startFunction and the finish of a buffer is signalled by a change in
the value of the whileFunction.| Constructor and Description |
|---|
OperatorDynamicBuffer(rx.functions.Func1<T,?> startFunction,
rx.functions.Func1<T,?> whileFunction)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
rx.Subscriber<? super T> |
call(rx.Subscriber<? super List<T>> child) |
public OperatorDynamicBuffer(rx.functions.Func1<T,?> startFunction, rx.functions.Func1<T,?> whileFunction)
startFunction - a change in the value of this function signals the start of a
new bufferwhileFunction - a change in the value of this function signals the finish of a
bufferCopyright © 2020. All rights reserved.