RxComputedExtensions<T> extension

on

Methods

combineWith<U, R>(Rx<U> other, R combiner(T a, U b)) RxComputed<R>

Available on Rx<T>, provided by the RxComputedExtensions extension

map<R>(R mapper(T value)) RxComputed<R>

Available on Rx<T>, provided by the RxComputedExtensions extension

where(bool predicate(T value)) RxComputed<T?>

Available on Rx<T>, provided by the RxComputedExtensions extension