Join Slack
Powered by
if I add import io.reactivex.functions.Function3 e...
# rx
k
katien
02/07/2018, 1:49 AM
if I add import io.reactivex.functions.Function3 explicitly the error goes away
g
gildor
02/07/2018, 1:51 AM
Probably you have class with a name Function3 in the same package, or something like that. To check, just remove import and navigate to declaration
4
Views
Open in Slack
Previous
Next