#
cp.rx.go.Require
A Statement that will require that the resolvable value matches a predicate,
and if not, it will send an error.
#
Submodules
- cp.rx.go.Require.Are
- cp.rx.go.Require.AreNot
- cp.rx.go.Require.Is
- cp.rx.go.Require.IsNot
- cp.rx.go.Require.Matches
#
API Overview
Constants - Useful values which cannot be changed
OrThrow
Functions - API calls offered directly by the extension
Require
Methods - API calls which can only be made on an object returned by a constructor
Are AreNot Is IsNot Matches OrThrow
#
API Documentation
#
Constants
#
OrThrow
#
Functions
#
Require
#
Methods
#
Are
#
AreNot
#
Is
#
IsNot
#
Matches
#
OrThrow
See also
CommandPost
Module
cp.rx.go
Defines Statements to make processing of cp.rx.Observable values in ways that are more familiar to synchronous programmers.
cp.rx.go.Require.Are
Specifies that the Required values Are a specific value.
cp.rx.go.Require.AreNot
Specifies that the Required values AreNot a specific value.
cp.rx.go.Require.Is
Specifies that the Required value Is a specific value.
cp.rx.go.Require.IsNot
Specifies that the Required value IsNot a specific value.
cp.rx.go.Require.Matches
Specifies that the Required value Matches a function predicate.