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

Latest commit

 

History

History
21 lines (15 loc) · 1.17 KB

cp.rx.go.Last.md

File metadata and controls

21 lines (15 loc) · 1.17 KB

docs » cp.rx.go.Last


A Statement that will complete after the only the last result resolves.

API Overview

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

API Documentation

Constructors

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