#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


#API Documentation

#Methods

Signaturecp.rx.go.If.Then.Otherwise.Then:Then(...) -> If.Then.Otherwise.Then
TypeMethod
DescriptionSpecifies additional resolvables to resolve after the previous Then.
Parameters
  • ... - The list of resolvable values.
Returns
  • The new Then instance.
NotesNone
ExamplesNone
Sourcesrc/extensions/cp/rx/go/If.lua line 202