| Constructor and Description |
|---|
Property(IProperty<V> property)
Constructs a property as a read-only view of
property. |
Property(V initialValue,
rx.Observable<V> observable)
Constructs a property that first takes on
initialValue, then each value
sent by observable. |
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<V> |
getObservable() |
V |
getValue() |
public Property(IProperty<V> property)
property.public V getValue()
public rx.Observable<V> getObservable()
getObservable in interface IProperty<V>