IntersectExtension<T> extension

on

Methods

intersect(Iterable<T> other, [Object selector(T element)?]) Iterable<T>
Returns the set intersection between the iterable and the given collection.