| Constructor and Description |
|---|
ConstantProperty(V value)
Constructs a property with
value |
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<V> |
getObservable() |
V |
getValue() |
public ConstantProperty(V value)
valuepublic V getValue()
public rx.Observable<V> getObservable()
getObservable in interface IProperty<V>