reactive/computed/rx_computed library

Classes

RxComputed<T>
A computed reactive value that automatically updates when its dependencies change

Extensions

RxCombine on Never
RxComputedExtensions on Rx<T>

Functions

computed<T>(T computation()) RxComputed<T>