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