docs » cp.rx.go.First
Extends: Statement
A Statement that will complete after the first result resolves.
- Constructors - API calls which return an object, typically one that offers API methods
- First
Signature | cp.rx.go.First(resolvable) -> First |
---|---|
Type | Constructor |
Description | Creates a new First Statement that will return the first value from the resolvable and complete. |
Parameters |
|
Returns |
|