Uses of Interface
com.vaadin.flow.signals.function.SignalUpdater
Packages that use SignalUpdater
-
Uses of SignalUpdater in com.vaadin.flow.signals.local
Methods in com.vaadin.flow.signals.local with parameters of type SignalUpdaterModifier and TypeMethodDescriptionValueSignal.update(SignalUpdater<T> updater) Updates the signal value based on the given callback.