inputOrThrow

fun <T, R> Either<T, R>.inputOrThrow(ok: (EitherOk<T, R>) -> R, nok: (EitherNok<T, R>) -> String): R