contains

fun contains(t: Collection<T>): Boolean
fun contains(vararg t: T): Boolean

Check if the stream contains any of the provided entities

Return

boolean