# 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

# Then

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.
Notes None
Examples None
Source src/extensions/cp/rx/go/If.lua line 202