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

shouldBeRight

fun <T> Either<*, T>.shouldBeRight(): Unit
infix inline fun <B> Either<*, B>.shouldBeRight(fn: (B) -> Unit): Unit
infix fun <B> Either<Any?, B>.shouldBeRight(b: B): Unit