JavaScript is disabled on your browser.
Skip navigation links
Infinispan 15.0.13.Final
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Class
org.infinispan.commons.util.Either
Packages that use
Either
Package
Description
org.infinispan.commons.util
Commons package providing various utility classes
Uses of
Either
in
org.infinispan.commons.util
Methods in
org.infinispan.commons.util
that return
Either
Modifier and Type
Method
Description
static <A,
B>
Either
<A,
B>
Either.
newLeft
(A a)
static <A,
B>
Either
<A,
B>
Either.
newRight
(B b)