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