JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Class
org.sejda.commons.Either
Packages that use
Either
Package
Description
org.sejda.commons
Uses of
Either
in
org.sejda.commons
Methods in
org.sejda.commons
that return
Either
Modifier and Type
Method
Description
static <A,
B>
Either
<A,
B>
Either.
left
(A value)
static <A,
B>
Either
<A,
B>
Either.
right
(B value)