Uses of Class
io.github.palexdev.materialfx.utils.others.observables.When
Packages that use When
-
Uses of When in io.github.palexdev.materialfx.utils.others.observables
Subclasses of When in io.github.palexdev.materialfx.utils.others.observablesModifier and TypeClassDescriptionclassOnChanged<T>Concrete implementation ofWhenthat usesChangeListeners to listen for changes for a givenObservableValue.classConcrete implementation ofWhenthat usesInvalidationListeners to listen for changes for a givenObservableValue.Fields in io.github.palexdev.materialfx.utils.others.observables with type parameters of type WhenModifier and TypeFieldDescriptionprotected static final WeakHashMap<ObservableValue<?>,When<?>> When.whensMethods in io.github.palexdev.materialfx.utils.others.observables that return When