kotest-assertions-arrow / io.kotest.assertions.arrow.either / arrow.core.Either / shouldNotBeLeft

shouldNotBeLeft

fun <T> Either<T, Any?>.shouldNotBeLeft(): Unit
infix fun <A> Either<A, Any?>.shouldNotBeLeft(a: A): Unit