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