leftWith

fun <L, R> leftWith(left: L): Either<L, R>

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