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)
-