Uses of Class
io.vertigo.core.lang.Either
-
Packages that use Either Package Description io.vertigo.core.lang -
-
Uses of Either in io.vertigo.core.lang
Methods in io.vertigo.core.lang that return Either Modifier and Type Method Description static <L,R>
Either<L,R>Either. left(L left)
Creates an Either with a left element.static <L,R>
Either<L,R>Either. right(R right)
Creates an Either with a right element.
-