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