anyTrue

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

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