Join Slack
Powered by
why does ``` Completable.complete() ....
# android
v
vanniktech
09/14/2016, 9:45 AM
why does
Copy code
Completable.complete() .andThen { Single.just(1) }
invoke andThen with the completable signature and not the one with Single?!
Open in Slack
Previous
Next