rightWith

fun <L, R> rightWith(right: R): Either<L, R>

Creates the right side of the disjoint union with provided value and specific left type.