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.16 KB

cp.rx.go.If.Then.Otherwise.Then.md

File metadata and controls

21 lines (15 loc) · 1.16 KB

docs » cp.rx.go.If.Then.Otherwise.Then


Each Otherwise can have a subsequent Then which will be executed after the previous one resolves.

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.If.Then.Otherwise.Then:Then(...) -> If.Then.Otherwise.Then
Type Method
Description Specifies additional resolvables to resolve after the previous Then.
Parameters
  • ... - The list of resolvable values.
Returns
  • The new Then instance.