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