Join Slack
Powered by
is there a way around ```BiFunction { user: User, ...
# rx
u
ursus
04/14/2018, 3:40 AM
is there a way around
Copy code
BiFunction { user: User, token: String -> Tuple2(user, token) }
in rx with kotlin?
g
gildor
04/16/2018, 2:31 AM
https://github.com/ReactiveX/RxKotlin
gildor
04/16/2018, 2:31 AM
Provides extension functions to solve this problem
gildor
04/16/2018, 2:31 AM
This is problem of SAM of Kotlin. Probably will be solved in 1.3
u
ursus
04/18/2018, 3:11 AM
thx
3
Views
Open in Slack
Previous
Next