Join Slack
Communities
Powered by
I currently do `val obs = theObservable.repeat()` ...
# rx
m
michaelzinn
08/15/2017, 12:47 PM
I currently do
val obs = theObservable.repeat()
and
fun getObs() = obs.take(1)
, which seems a bit clumsy.
Open in Slack
Previous
Next