anyIn

infix fun <T> Iterable<T>.anyIn(other: Iterable<T>): Boolean

Returns true if one of the elements in this collection is in the other one. false otherwise.