Modules§
- box_it
- buffer
- contains
- debounce
- default_
if_ empty - delay
- distinct
- filter
- filter_
map - finalize
- flatten
- group_
by - last
- map
- map_to
- merge
- merge_
all - observe_
on - ref_
count - sample
- scan
- skip
- skip_
last - skip_
while - subscribe_
on - take
- take_
last - take_
until - take_
while - throttle_
time - zip
Type Aliases§
- Accum
- Holds intermediate computations of accumulated values for
[
Observable@Average
] operator, as nominator and denominator respectively. - Average
Op - Realised as chained composition of scan->last->map operators.
- CountOp
- Flat
MapOp - Returns an Observable that emits items based on applying a function that you supply to each item emitted by the source Observable, where that function returns an Observable, and then merging those resulting Observables and emitting the results of this merger.
- MinMax
Op - Realised as chained composition of scan->last->map operators.
- Reduce
Op - SumOp