assertTrue

@SinceKotoolsAssert(version = "2.1")
fun Boolean.assertTrue()

Asserts that this value is true.

@SinceKotoolsAssert(version = "2.1")
inline fun assertTrue(block: () -> Boolean)

Asserts that the result of calling the block function is true.