if I add import io.reactivex.functions.Function3 e...
# rx
k
if I add import io.reactivex.functions.Function3 explicitly the error goes away
g
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