RxState<T> addStream(Stream<T> stream) { _value = _createSubject(value) ..addStream(Rx.merge([stream, _controllableValue])); return this; }