JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Class
dev.voidframework.core.lang.Either
Packages that use
Either
Package
Description
dev.voidframework.core.lang
Uses of
Either
in
dev.voidframework.core.lang
Methods in
dev.voidframework.core.lang
that return
Either
Modifier and Type
Method
Description
static <L,
R>
Either
<L,
R>
Either.
ofLeft
(L left)
Creates a
Either
with left value set.
static <L,
R>
Either
<L,
R>
Either.
ofRight
(R right)
Creates a
Either
with right value set.