FoldOperator<T> extension

on

Methods

fold<R>(R initialValue, Map2<R, T, R> transform) Observable<R>
Combines a sequence of values by repeatedly applying transform, starting with the provided initialValue.