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