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 extensioncollectionare contained in this collection.