Uses of Class
com.vaadin.flow.signals.operations.SignalOperation
Packages that use SignalOperation
-
Uses of SignalOperation in com.vaadin.flow.signals.operations
Subclasses of SignalOperation in com.vaadin.flow.signals.operationsModifier and TypeClassDescriptionclassCancelableOperation<T extends @Nullable Object>An operation that can be cancelled.classInsertOperation<T extends Signal<?>>An operation that inserts a new child signal into a list or map.classTransactionOperation<T extends @Nullable Object>A signal operation representing a transaction and the return value from the transaction callback.Methods in com.vaadin.flow.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.flow.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.