Uses of Interface
com.vaadin.flow.signals.function.ValueModifier
Packages that use ValueModifier
-
Uses of ValueModifier in com.vaadin.flow.signals.local
Methods in com.vaadin.flow.signals.local with parameters of type ValueModifierModifier and TypeMethodDescriptionvoidValueSignal.modify(ValueModifier<T> modifier) Runs the given callback to apply changes to a mutable referenced value and then notifies dependents.