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

Latest commit

 

History

History
28 lines (20 loc) · 1.28 KB

cp.rx.go.Given.Then.md

File metadata and controls

28 lines (20 loc) · 1.28 KB

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)

API Overview

  • Methods - API calls which can only be made on an object returned by a constructor
  • Then

API Documentation

Methods

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
  • ... - The list of resolvable values to process.
Returns