Uses of Class
io.vavr.control.Either.Left
-
Packages that use Either.Left Package Description io.vavr BesideAPI
the io.vavr package contains core types like (Checked)Functions and Tuples. -
-
Uses of Either.Left in io.vavr
Methods in io.vavr that return Either.Left Modifier and Type Method Description static <L,R>
Either.Left<L,R>API. Left(L left)
Alias forEither.left(Object)
Methods in io.vavr that return types with arguments of type Either.Left Modifier and Type Method Description static <L,R,_1 extends L>
API.Match.Pattern1<Either.Left<L,R>,_1>Patterns. $Left(API.Match.Pattern<_1,?> p1)
Methods in io.vavr with parameters of type Either.Left Modifier and Type Method Description (package private) static <L,R>
Tuple1<L>$. Left(Either.Left<L,R> left)
-