Question: I’m trying to solve some test issues and I’m getting the error: The integer literal does not conform to the expected type Single! I’ve never worked with Single<> and I haven’t been able to found how to instantiate a ...

Question: I’m using RxJava, I have a list of Point and i want to calculate the distance between each point and get the sum. The point class look like this So i need to map and reduce at same time, ...