kotest-assertions-arrow / io.kotest.assertions.arrow.option / arrow.core.Option / shouldBeSome

shouldBeSome

fun Option<*>.shouldBeSome(): Unit
infix fun <T> Option<T>.shouldBeSome(t: T): Unit
infix fun <T> Option<T>.shouldBeSome(fn: (T) -> Unit): Unit