docs » cp.rx.go.Require.Are
Specifies that the Require
d values Are
a specific value.
- Constants - Useful values which cannot be changed
- Are
- Methods - API calls which can only be made on an object returned by a constructor
- OrThrow
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. |
Signature | cp.rx.go.Require.Are:OrThrow(...) -> Require.OrThrow |
---|---|
Type | Method |
Description | Specifies what is thrown if the Require test fails. |
Parameters |
|
Returns |
|