docs » cp.rx.go.WaitUntil
A Statement that will wait for the first value from a resolveable
that matches the predicate.
- Constants - Useful values which cannot be changed
- Are
- AreNot
- Is
- IsNot
- Matches
- Constructors - API calls which return an object, typically one that offers API methods
- WaitUntil
- Methods - API calls which can only be made on an object returned by a constructor
- Are
- AreNot
- Is
- IsNot
- Matches
Signature | cp.rx.go.WaitUntil.Are <cp.rx.go.Statement.Modifier> |
---|---|
Type | Constant |
Description | A Statement.Modifier that sets the values to match. |
Signature | cp.rx.go.WaitUntil.AreNot <cp.rx.go.Statement.Modifier> |
---|---|
Type | Constant |
Description | A Statement.Modifier that sets a value to skip over. |
Signature | cp.rx.go.WaitUntil.Is <cp.rx.go.Statement.Modifier> |
---|---|
Type | Constant |
Description | A Statement.Modifier that sets a specific value to wait for. |
Signature | cp.rx.go.WaitUntil.IsNot <cp.rx.go.Statement.Modifier> |
---|---|
Type | Constant |
Description | A Statement.Modifier that sets a value that is skipped over. |
Signature | cp.rx.go.WaitUntil.Matches <cp.rx.go.Statement.Modifier> |
---|---|
Type | Constant |
Description | A Statement.Modifier that sets a predicate check values against. |
Signature | cp.rx.go.WaitUntil(requirement) -> WaitUntil |
---|---|
Type | Constructor |
Description | Creates a new WaitUntil Statement with the specified requirement . |
Parameters |
|
Returns |
|
Signature | cp.rx.go.WaitUntil:Are(value) -> WaitUntil.Are |
---|---|
Type | Method |
Description | Specifies the value to check. |
Parameters |
|
Returns |
|
Signature | cp.rx.go.WaitUntil:AreNot(value) -> WaitUntil.AreNot |
---|---|
Type | Method |
Description | Specifies the value to skip over. |
Parameters |
|
Returns |
|
Signature | cp.rx.go.WaitUntil:Is(value) -> WaitUntil.Is |
---|---|
Type | Method |
Description | Specifies the value to check. |
Parameters |
|
Returns |
|
Signature | cp.rx.go.WaitUntil:IsNot(value) -> WaitUntil.IsNot |
---|---|
Type | Method |
Description | Specifies the value to skip. |
Parameters |
|
Returns |
|
Signature | cp.rx.go.WaitUntil:Matches(predicate) -> WaitUntil.Matches |
---|---|
Type | Method |
Description | Specifies the predicate function that will check the requirement results. |
Parameters |
|
Returns |
|