why does ``` Completable.complete() ....
# android
v
why does
Copy code
Completable.complete()
            .andThen { Single.just(1) }
invoke andThen with the completable signature and not the one with Single?!