# 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

# Then

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