https://kotlinlang.org logo
#rx
Title
c

carrot

11/29/2017, 10:10 PM
Hi folks 👋 I’m wondering if there’s a way to do function-style calls with more than one argument? Like,
map
something in to a
Pair
then
.subscribe(::function)
- or do you always have to use the lambda format for more than one argument