We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.signals.operations.
Package com.vaadin.signals.operations
Interface SignalOperation.ResultOrError<T>
Type Parameters:
T
- the result type in case the operation was successful
All Known Implementing Classes:
Enclosing class:
public static sealed interface SignalOperation.ResultOrError<T>
permits SignalOperation.Result<T>, SignalOperation.Error<T>
The result of a signal operation.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Checks whether this instance represents successfully applied signal operation.
-
Method Details
-
successful
boolean successful()Checks whether this instance represents successfully applied signal operation.
Returns:
true
if the operation was successful,false
if there was an error
-