some

open fun <E> some(@NonNull collection: Collection<E>, @NonNull filter: (E) -> Boolean): Boolean

Check whether any element of the collection passes the filter

Return

True if condition is true for any element in the collection