IterableIntersect<E> extension

on

Methods

intersect(Iterable<E> other) Iterable<E>

Available on Iterable<E>, provided by the IterableIntersect extension

Returns a new lazy Iterable containing all elements that are contained by both this collection and the other collection.