Uses of Class
com.vaadin.flow.signals.operations.CancelableOperation
Packages that use CancelableOperation
Package
Description
-
Uses of CancelableOperation in com.vaadin.flow.signals
Methods in com.vaadin.flow.signals that return CancelableOperationModifier and TypeMethodDescriptionWritableSignal.update(SignalUpdater<T> updater) Updates the signal value based on the given callback. -
Uses of CancelableOperation in com.vaadin.flow.signals.impl
Methods in com.vaadin.flow.signals.impl that return CancelableOperationModifier and TypeMethodDescriptionMappedModifySignal.update(SignalUpdater<C> childUpdater) MappedWritableSignal.update(SignalUpdater<C> childUpdater) -
Uses of CancelableOperation in com.vaadin.flow.signals.local
Methods in com.vaadin.flow.signals.local that return CancelableOperationModifier and TypeMethodDescriptionValueSignal.update(SignalUpdater<T> updater) Updates the signal value based on the given callback. -
Uses of CancelableOperation in com.vaadin.flow.signals.operations
Methods in com.vaadin.flow.signals.operations that return CancelableOperationModifier and TypeMethodDescription<R> CancelableOperation<R> CancelableOperation.map(SerializableFunction<T, R> mapper) Creates a new cancelable operation that transforms the result value using the given mapper function.