JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
Infinispan 15.2.0.Final
org.infinispan.commons.util
Either
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)