I am looking at these documentation pages:
http://reactivex.io/documentation/single.html http://reactivex.io/documentation/operators/start.html
talking respectively about the RxJava single object and start operator, but I cannot figure out how to find them. The observable class does not have a static "start" method, and no way to create a "single" object. I imported both the rxjava and rxjava-async packages though maven.
Thank you.