#
cp.rx.go.Statement.Modifier
A Statement.Modifier is an extension to a Statement that provides additional configuration details.
They are initiated via the
All Statement.Modifier instances will also have the methods defined by Statement.
#
Submodules
#
API Overview
Functions - API calls offered directly by the extension
is
Methods - API calls which can only be made on an object returned by a constructor
context toObservable
#
API Documentation
#
Functions
#
is
#
Methods
#
context
#
toObservable
See also
A Statement that will execute the provided resolvable values. This will resolve the provided values into Observables and pass on the first result of
A Statement.Modifier of Do that defines what happens after the Do values resolve.
A Statement that will execute the provided resolvable values. This will resolve the provided values into Observables and pass on the first result of
A Statement.Modifier of Given that defines what happens after the Given values resolve.
A Statement that will check if a resolvable matches a predicate, then executes other resolvables.
A Statement.Modifier for If that sets the values to not match.
A Statement.Modifier for If that sets a specific value to match.
A Statement.Modifier for If that sets a specific value to not match.
A Statement.Modifier for If that sets a predicate check values against.
A Statement.Modifier of If, which should be created via If:Then(...):Otherwise(...).
A Statement is defined to enable processing of asynchronous resolvable values such as cp.rx.Observable values.
A Statement.Modifier is defined before being executable. It is an extension of Statement.Definition and inherits all of it's methods also.