Uses of Interface
com.vaadin.flow.signals.function.SignalMapper
Packages that use SignalMapper
-
Uses of SignalMapper in com.vaadin.flow.signals
Methods in com.vaadin.flow.signals with parameters of type SignalMapperModifier and TypeMethodDescriptionSignal.map(SignalMapper<T, C> mapper) Creates a simple computed signal based on a mapper function that is passed the value of this signal.