#
cp.rx.go.If
A Statement that will check if a resolvable matches a predicate, then executes other resolvables.
#
Submodules
- cp.rx.go.If.Are
- cp.rx.go.If.AreNot
- cp.rx.go.If.Is
- cp.rx.go.If.IsNot
- cp.rx.go.If.Matches
- cp.rx.go.If.Then
#
API Overview
Constructors - API calls which return an object, typically one that offers API methods
If
Methods - API calls which can only be made on an object returned by a constructor
Are AreNot Is IsNot Matches Then
#
API Documentation
#
Constructors
#
If
#
Methods
#
Are
#
AreNot
#
Is
#
IsNot
#
Matches
#
Then
See also
Module
Defines Statements to make processing of cp.rx.Observable values in ways that are more familiar to synchronous programmers.
A [Statement.Modifier] of If that sets the values to match.
A Statement.Modifier for If that sets the values to not match.
A Statement.Modifier for If that sets a specific value to match.
A Statement.Modifier for If that sets a specific value to not match.
A Statement.Modifier for If that sets a predicate check values against.
A Statement.Modifier of If, which should be created via If:Then(...):Otherwise(...).