Join Slack
Powered by
val first = Observable.just("Boli") val second = O...
# random
s
sliskicode
02/09/2017, 10:27 AM
val first = Observable.just("Boli") val second = Observable.just("Dupa") val function = { it: String, it2: String -> "$it $it2" } Observable.combineLatest(first, second, function)
Open in Slack
Previous
Next