https://kotlinlang.org logo
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?!