Uses of Class
com.vaadin.signals.operations.SignalOperation
Packages that use SignalOperation
Package
Description
-
Uses of SignalOperation in com.vaadin.signals
Methods in com.vaadin.signals that return SignalOperationModifier and TypeMethodDescriptionSets the value of this signal if and only if the signal has the expected value at the time when the operation is confirmed.Sets the value of this signal. -
Uses of SignalOperation in com.vaadin.signals.impl
Methods in com.vaadin.signals.impl that return SignalOperationModifier and TypeMethodDescription -
Uses of SignalOperation in com.vaadin.signals.local
Methods in com.vaadin.signals.local that return SignalOperationModifier and TypeMethodDescriptionSets the value of this signal if and only if the signal has the expected value at the time when the operation is confirmed. -
Uses of SignalOperation in com.vaadin.signals.operations
Subclasses of SignalOperation in com.vaadin.signals.operationsModifier and TypeClassDescriptionclassAn operation that can be cancelled.classInsertOperation<T extends Signal<?>>An operation that inserts a new child signal into a list or map.classA signal operation representing a transaction and the return value from the transaction callback.Methods in com.vaadin.signals.operations that return SignalOperationModifier and TypeMethodDescription<R> SignalOperation<R> SignalOperation.map(SerializableFunction<T, R> mapper) Creates a new operation that transforms the result value using the given mapper function.Methods in com.vaadin.signals.operations with parameters of type SignalOperationModifier and TypeMethodDescriptionprotected <R> voidSignalOperation.forwardMappedResult(SignalOperation<R> target, SerializableFunction<T, R> mapper) Forwards the result of this operation to another operation after applying the mapper function.