Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 1.24 KB

cp.rx.go.First.md

File metadata and controls

23 lines (16 loc) · 1.24 KB

docs » cp.rx.go.First


Extends: Statement

A Statement that will complete after the first result resolves.

API Overview

  • Constructors - API calls which return an object, typically one that offers API methods
  • First

API Documentation

Constructors

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
  • resolvable - a resolvable value, of which the first result will be returned.
Returns
  • The Statement which will return the first value when executed.