Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Latest commit

 

History

History
31 lines (23 loc) · 1.8 KB

cp.rx.go.Require.IsNot.md

File metadata and controls

31 lines (23 loc) · 1.8 KB

docs » cp.rx.go.Require.IsNot


Specifies that the Required value IsNot a specific value.

API Overview

  • Constants - Useful values which cannot be changed
  • IsNot
  • Methods - API calls which can only be made on an object returned by a constructor
  • OrThrow

API Documentation

Constants

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.

Methods

Signature cp.rx.go.Require.IsNot:OrThrow(...) -> Require.OrThrow
Type Method
Description Specifies what is thrown if the Require test fails.
Parameters
  • ... - The list of resolvable items to process.
Returns