arrow.core.Either |
|
io.kotest.properties.Gen |
beLeft |
fun <T> beLeft(): Matcher<Either<T, Any?>>fun <A> beLeft(a: A): Matcher<Either<A, Any?>> |
beLeftOfType |
fun <A> beLeftOfType(): Matcher<Either<Any?, Any?>> |
beRight |
fun <T> beRight(): Matcher<Either<Any?, T>>fun <B> beRight(b: B): Matcher<Either<Any?, B>> |