Interface SuspendableVal<T>

All Superinterfaces:
javafx.beans.Observable, Observable<Consumer<? super T>>, javafx.beans.value.ObservableValue<T>, Suspendable, Val<T>
All Known Subinterfaces:
SuspendableVar<T>
All Known Implementing Classes:
SuspendableValWrapper, SuspendableVarWrapper

public interface SuspendableVal<T> extends Val<T>, Suspendable
Observable value whose invalidation and change notifications can be temporarily suspended. Multiple invalidations encountered while this observable value was suspended will result in a single invalidation and at most one change notification when resumed.