kotest-assertions-arrow / io.kotest.assertions.arrow.tagless / IOAssertions

IOAssertions

@extension interface IOAssertions : TaglessAssertions<ForIO>

Functions

AF

open fun AF(): Applicative<ForIO>

blockingValue

Potentially blocks a running computation until it completes so that it's reduced value can be asserted as the result of the program

open fun <A> Kind<ForIO, A>.blockingValue(): A