IntersectExtension<T> extension

on

Methods

intersect(Iterable<T> other, [Object selector(T element)?]) Iterable<T>

Available on Iterable<T>, provided by the IntersectExtension extension

Returns the set intersection between the iterable and the given collection.