public static class EitherFixedLeftSyntax.DefaultImpls
@NotNull public static <R> Either<L,R> right(EitherFixedLeftSyntax<L> $this, R right)
R - right type
$this - value of the right side of the produced Eitherright - value of the right side of the produced Eitherright@NotNull public static Either<L,R> left(EitherFixedLeftSyntax<L> $this, L left)
$this - value of the left side of the produced Eitherleft - value of the left side of the produced Eitherleft