Uses of Class
com.vaadin.flow.signals.operations.CancelableOperation
Packages that use CancelableOperation
-
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.