Join Slack
Communities
Powered by
you really need Flowable if you're doing anything ...
# rx
j
jw
04/17/2018, 6:23 PM
you really need Flowable if you're doing anything infinite. for example, you could do
just(true).concatWith(generate({ false }, { _, e -> e.onNext(false) }))
to get an infinite stream of true followed by falses
👍 1
Open in Slack
Previous
Next