Uses of Interface
com.vaadin.flow.signals.function.ValueMerger
Packages that use ValueMerger
-
Uses of ValueMerger in com.vaadin.flow.signals.local
Methods in com.vaadin.flow.signals.local with parameters of type ValueMergerModifier and TypeMethodDescription<C> SerializableConsumer<C> ValueSignal.updater(ValueMerger<T, C> merger) Creates a callback that updates this signal value using the provided merger function.