IterableIntersect<E> extension

on

Methods

intersect(Iterable<E> other) Iterable<E>
Returns a new lazy Iterable containing all elements that are contained by both this collection and the other collection.