strikt-core / strikt.assertions / none

none

infix fun <T : Iterable<E>, E> Builder<T>.none(predicate: Builder<E>.() -> Unit): Builder<T>

Asserts that no elements of the subject pass the assertions in predicate.