# cp.rx.go.Require.Are

Specifies that the Required values Are a specific value.


# API Overview

Constants - Useful values which cannot be changed

  • Are

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

  • OrThrow

# API Documentation

# Constants

# Are

Signature cp.rx.go.Require.Are <cp.rx.go.Statement.Modifier>
Type Constant
Description A Statement.Modifier that sets a specific value all values from the requirement must match.
Notes None
Source src/extensions/cp/rx/go/Require.lua line 101

# Methods

# OrThrow

Signature cp.rx.go.Require.Are:OrThrow(...) -> Require.OrThrow
Type Method
Description Specifies what is thrown if the Require test fails.
Parameters
  • ... - The list of resolvable items to process.
Returns
Notes None
Examples None
Source src/extensions/cp/rx/go/Require.lua line 133