Join Slack
Powered by
Ok, could you try to specify the type parameters e...
# getting-started
m
marstran
07/04/2018, 2:07 PM
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 -> ... }
Open in Slack
Previous
Next