JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Class
org.openqa.selenium.internal.Either
Packages that use
Either
Package
Description
org.openqa.selenium.internal
Uses of
Either
in
org.openqa.selenium.internal
Methods in
org.openqa.selenium.internal
that return
Either
Modifier and Type
Method
Description
static <A extends @Nullable
Object
,
B extends @Nullable
Object
>
Either
<A,
B>
Either.
left
(A a)
static <A extends @Nullable
Object
,
B extends @Nullable
Object
>
Either
<A,
B>
Either.
right
(B b)