JoltUtilsUntilExtension<T> extension
Extension methods for reactive values.
- on
-
- ReadableNode<
T>
- ReadableNode<
Methods
-
until(
bool predicate(T value), {bool? detach}) → Until< T> -
Available on ReadableNode<
Waits until the value satisfies a condition.T> , provided by the JoltUtilsUntilExtension extension -
untilChanged(
{bool? detach}) → Until< T> -
Available on ReadableNode<
Waits until the value changes from its current value.T> , provided by the JoltUtilsUntilExtension extension -
untilWhen<
U> (U value, {bool? detach}) → Until< T> -
Available on ReadableNode<
Waits until the reactive value equalsT> , provided by the JoltUtilsUntilExtension extensionvalue.