ObservableProperty
public class ObservableProperty<ValueType>: ObservablePropertyType
This class is the default implementation of the ObservablePropertyType
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 is the default implementation of the
ObservablePropertyType
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.Declaration
Swift
public var value: ValueType
-
Undocumented
Declaration
Swift
public class ObservableProperty<ValueType>: ObservablePropertyType
-
This class is the default implementation of the
ObservablePropertyType
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.Declaration
Swift
public func subscribe(_ function: @escaping (ValueType) -> Void) -> DisposableType?
-
Undocumented
Declaration
Swift
public class ObservableProperty<ValueType>: ObservablePropertyType
-
Undocumented
Declaration
Swift
public class ObservableProperty<ValueType>: ObservablePropertyType
-
Undocumented
Declaration
Swift
public class ObservableProperty<ValueType>: ObservablePropertyType
-
Undocumented
Declaration
Swift
public class ObservableProperty<ValueType>: ObservablePropertyType