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.
Uses of Class
com.vaadin.flow.internal.Pair
Packages that use Pair
-
Uses of Pair in com.vaadin.flow.router
Subclasses of Pair in com.vaadin.flow.routerModifier and TypeClassDescriptionclass
Route parameter containing the name and the value used mainly when constructing a
RouteParameters
instance. -
Uses of Pair in com.vaadin.flow.server.frontend
Methods in com.vaadin.flow.server.frontend that return types with arguments of type PairModifier and TypeMethodDescriptionstatic CompletableFuture<Pair<String,
String>> FrontendUtils.consumeProcessStreams
(Process process) Reads input and error stream from the give process asynchronously.