Uses of Class
io.vavr.control.Either.LeftProjection
Packages that use Either.LeftProjection
Package
Description
-
Uses of Either.LeftProjection in io.vavr.control
Methods in io.vavr.control that return Either.LeftProjectionModifier and TypeMethodDescription<L2,
R2> Either.LeftProjection <L2, R2> Either.LeftProjection.bimap
(Function<? super L, ? extends L2> leftMapper, Function<? super R, ? extends R2> rightMapper) Deprecated.<U> Either.LeftProjection
<U, R> Either.LeftProjection.flatMap
(Function<? super L, ? extends Either.LeftProjection<? extends U, R>> mapper) Deprecated.FlatMaps this LeftProjection.default Either.LeftProjection
<L, R> Either.left()
Deprecated.Either is right-biased.<U> Either.LeftProjection
<U, R> Deprecated.Maps the left value if the projected Either is a Left.Either.LeftProjection.orElse
(Either.LeftProjection<? extends L, ? extends R> other) Deprecated.Either.LeftProjection.orElse
(Supplier<? extends Either.LeftProjection<? extends L, ? extends R>> supplier) Deprecated.Deprecated.Applies the given action to the value if the projected either is a Left.Methods in io.vavr.control that return types with arguments of type Either.LeftProjectionModifier and TypeMethodDescriptionDeprecated.ReturnsSome
value of type L if this is a left projection of a Left value and the predicate applies to the underlying value.Methods in io.vavr.control with parameters of type Either.LeftProjectionModifier and TypeMethodDescriptionEither.LeftProjection.orElse
(Either.LeftProjection<? extends L, ? extends R> other) Deprecated.Method parameters in io.vavr.control with type arguments of type Either.LeftProjectionModifier and TypeMethodDescription<U> Either.LeftProjection
<U, R> Either.LeftProjection.flatMap
(Function<? super L, ? extends Either.LeftProjection<? extends U, R>> mapper) Deprecated.FlatMaps this LeftProjection.Either.LeftProjection.orElse
(Supplier<? extends Either.LeftProjection<? extends L, ? extends R>> supplier) Deprecated.<U> U
Either.LeftProjection.transform
(Function<? super Either.LeftProjection<L, R>, ? extends U> f) Deprecated.Transforms thisLeftProjection
.