Join Slack
Powered by
How do you declare a single but not push anything ...
# rx
b
blakelee
02/09/2018, 5:51 PM
How do you declare a single but not push anything to it
Copy code
val single: Single<T> = Single.create() fun someFunction() { single.onNext(item) }
Open in Slack
Previous
Next