Uses of Interface
com.vaadin.signals.function.SignalComputation
Packages that use SignalComputation
-
Uses of SignalComputation in com.vaadin.signals
Methods in com.vaadin.signals with parameters of type SignalComputationModifier and TypeMethodDescriptionstatic <T> Signal<T> Signal.computed(SignalComputation<T> computation) Creates a new computed signal with the given computation callback. -
Uses of SignalComputation in com.vaadin.signals.impl
Constructors in com.vaadin.signals.impl with parameters of type SignalComputationModifierConstructorDescriptionComputedSignal(SignalComputation<T> computation) Creates a new computed signal with the provided compute callback.