cp.rx.go.WaitUntil.Are <cp.rx.go.Statement.Modifier>
Statement.Modifier
that sets the values to match.cp.rx.go.WaitUntil.AreNot <cp.rx.go.Statement.Modifier>
Statement.Modifier
that sets a value to skip over.cp.rx.go.WaitUntil.Is <cp.rx.go.Statement.Modifier>
Statement.Modifier
that sets a specific value to wait for.cp.rx.go.WaitUntil.IsNot <cp.rx.go.Statement.Modifier>
Statement.Modifier
that sets a value that is skipped over.cp.rx.go.WaitUntil.Matches <cp.rx.go.Statement.Modifier>
Statement.Modifier
that sets a predicate check values against.cp.rx.go.WaitUntil(requirement) -> WaitUntil
WaitUntil
Statement
with the specified requirement
.resolvable
value that will be checked.Statement
instance which will check if the resolvable
matches the requirement.cp.rx.go.WaitUntil:Are(value) -> WaitUntil.Are
Are
Statement.Modifier
.cp.rx.go.WaitUntil:AreNot(value) -> WaitUntil.AreNot
AreNot
Statement.Modifier
.cp.rx.go.WaitUntil:Is(value) -> WaitUntil.Is
Is
Statement.Modifier
.cp.rx.go.WaitUntil:IsNot(value) -> WaitUntil.IsNot
IsNot
Statement.Modifier
.cp.rx.go.WaitUntil:Matches(predicate) -> WaitUntil.Matches
requirement
results.Matches
Statement.Modifier
.