ICondition
An observer-like object that describes a condition to wait for on an IObservable
The object-oriented version of the ConditionCallback
Methods
Methods
waitUntil
waitUntil(data: DataT): boolean
Called when the data in the IObservable has changed.
Returning true will resolve the promise returned by IObservable.waitUntil
| Parameter | Type |
|---|---|
| data | DataT |
Returns: boolean