FoldOperator<T> extension
- on
-
- Observable<
T>
- Observable<
Methods
-
fold<
R> (R initialValue, Map2< R, T, R> transform) → Observable<R> -
Combines a sequence of values by repeatedly applying
transform
, starting with the providedinitialValue
.