IterableContainsAny<E> extension
- on
-
- Iterable<
E>
- Iterable<
Methods
-
containsAny(
Iterable< E> collection) → bool -
Available on Iterable<
Checks if any elements in the specifiedE> , provided by the IterableContainsAny extensioncollection
are contained in this collection.