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

shouldNotBeRight

fun <T> Either<Any?, T>.shouldNotBeRight(): Unit
infix fun <B> Either<Any?, B>.shouldNotBeRight(b: B): Unit