L
left type
Syntax class used as a receiver type for lambda expressions used in most Either fun's. Instances of this interface have a fixed left type but variable right type
public EitherFixedLeftSyntax<L>
public EitherFixedLeftSyntax()
@NotNull <R> Either<L,R> right(R right)
R
right type
right
@NotNull Either<L,R> left(L left)
left