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 aRouteParameters
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.