Uses of Package
com.vaadin.signals.function
Packages that use com.vaadin.signals.function
-
Classes in com.vaadin.signals.function used by com.vaadin.signalsClassDescriptionRepresents a cleanup operation that can be invoked to unregister a listener, dispose of resources, or cancel an ongoing operation.Validates whether a signal command is allowed to be executed on a signal.Represents an action to be executed as a signal effect.Computes a signal value based on other signals.Transforms a signal value into another value, creating a derived signal.Computes a new signal value based on the current value, enabling atomic compare-and-swap updates with automatic retry on conflicts.Represents a task to be executed within a signal transaction context.Receives the current value of a signal for in-place modification.Supplies a value within a specific context such as a transaction or lock-protected block.
-
Classes in com.vaadin.signals.function used by com.vaadin.signals.functionClassDescriptionValidates whether a signal command is allowed to be executed on a signal.
-
Classes in com.vaadin.signals.function used by com.vaadin.signals.implClassDescriptionRepresents a cleanup operation that can be invoked to unregister a listener, dispose of resources, or cancel an ongoing operation.Represents an action to be executed as a signal effect.Computes a signal value based on other signals.Represents a task to be executed within a signal transaction context.Supplies a value within a specific context such as a transaction or lock-protected block.