Uses of Class
io.vavr.control.Either.Right
Packages that use Either.Right
Package
Description
Beside
API
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.RightModifier and TypeMethodDescriptionstatic <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.RightModifier and TypeMethodDescriptionstatic <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.RightModifier and TypeMethodDescription(package private) static <L,
R> Tuple1 <R> $.Right
(Either.Right<L, R> right)