ObservableProperty

public class ObservableProperty<ValueType>

This class is the default implementation of the DefaultObservablePropertyType protocol. It is recommended that you do not use this observable and instead use an observable from a full FRP library. The existence of this class is to make ReactiveReSwift fully functional without third party libararies.

  • This class was renamed to ObservableProperty and modified by Jan Bartel. *
  • Undocumented

    Declaration

    Swift

    public func asObservable() -> Observable<ValueType>