dexcare
/
org.dexcare.dal.exts
/
subscribeForDataObs
subscribe
For
Data
Obs
fun <
T
:
Any
>
Single
<
T
>.
subscribeForDataObs
():
DataObserver
<
T
>
Content copied to clipboard
fun
Completable
.
subscribeForDataObs
():
DataObserver
<
Unit
>
Content copied to clipboard
fun <
T
:
Any
>
Observable
<
T
>.
subscribeForDataObs
():
DataObserver
<
T
>
Content copied to clipboard
Provides an extension function for generating a dataObserver for your data class