docs » cp.rx.go.Require.AreNot
Specifies that the Require
d values AreNot
a specific value.
- Constants - Useful values which cannot be changed
- AreNot
- Methods - API calls which can only be made on an object returned by a constructor
- OrThrow
Signature | cp.rx.go.Require.AreNot <cp.rx.go.Statement.Modifier> |
---|---|
Type | Constant |
Description | A Statement.Modifier that sets a specific value all values from the requirement must not match. |
Signature | cp.rx.go.Require.AreNot:OrThrow(...) -> Require.OrThrow |
---|---|
Type | Method |
Description | Specifies what is thrown if the Require test fails. |
Parameters |
|
Returns |
|