docs » cp.rx.go.Given.Then
A Statement.Modifier of Given
that defines what happens after the Given
values resolve.
For example:
Given(anObservable):Then(function(value) return value:doSomething() end)
- Methods - API calls which can only be made on an object returned by a constructor
- Then
Signature | cp.rx.go.Given.Then:Then(...) -> Given.Then |
---|---|
Type | Method |
Description | Allows another set of resolvables to be processed after a Then has resolved. |
Parameters |
|
Returns |
|