core/src/domain/models/rx_interface library

Classes

RxInterface<T>
This class is the foundation for all reactive (Rx) classes that makes SINT so powerful. This interface is the contract that _RxImpl<T> uses in all it's subclass.