anyFalse

fun Collection<Boolean?>.anyFalse(): Boolean

Checks whether any element in the collection is false. Returns false if empty.