Ok, could you try to specify the type parameters e...
# getting-started
m
Ok, could you try to specify the type parameters explicitly? Something like
Single.zip<String, Int, String>(Single.just("A"), Single.just(1)) { left, right -> ... }