rightWith

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

Wraps R into a Either.Right with specific left type.

Important: This is a Public Preview API. It may be changed or removed at any time.