//reactivestate/com.ensody.reactivestate/get
get¶
[android]\ fun <T> Resolver.get(data: LiveData<T>): T?
Returns LiveData.getValue and tracks the observable.
//reactivestate/com.ensody.reactivestate/get
[android]\ fun <T> Resolver.get(data: LiveData<T>): T?
Returns LiveData.getValue and tracks the observable.