JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Class
com.couchbase.client.core.util.Either
Packages that use
Either
Package
Description
com.couchbase.client.core.util
Uses of
Either
in
com.couchbase.client.core.util
Methods in
com.couchbase.client.core.util
that return
Either
Modifier and Type
Method
Description
static <L,
R>
Either
<L,
R>
Either.
of
(L left, R right)
static <L,
R>
Either
<L,
R>
Either.
ofLeft
(L left)
static <L,
R>
Either
<L,
R>
Either.
ofRight
(R right)