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