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