JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Interface
com.vaadin.flow.signals.function.IntMapper
Packages that use
IntMapper
Package
Description
com.vaadin.flow.signals.shared
Uses of
IntMapper
in
com.vaadin.flow.signals.shared
Methods in
com.vaadin.flow.signals.shared
with parameters of type
IntMapper
Modifier and Type
Method
Description
<C>
Signal
<C>
SharedNumberSignal.
mapIntValue
(
IntMapper
<C> mapper)
Creates a computed signal based on an integer mapper function that is passed the value of this signal.