strikt-core / strikt.assertions / isA

isA

fun <reified T> Builder<*>.isA(): Builder<T>

Asserts that the subject is an instance of T.

Return
an assertion for T.