#cp.rx.go.Do
A Statement that will execute the provided resolvable
values. This will resolve the provided values into Observables and pass on the first result of each to the next stage as individual parameters. This will continue until one of the Observables
has completed, at which point other results from values are ignored.
For example:
This will result in:
For more power, you can add a Then to futher modify the results, or chain other operations.
#Submodules
#API Overview
Constructors - API calls which return an object, typically one that offers API methods
Methods - API calls which can only be made on an object returned by a constructor