IntersectExtension<E> extension

Utility extension methods for set operations on Iterables.

on

Methods

intersection(Set<E> other) Set<E>

Available on Set<E>, provided by the IntersectExtension extension

Returns a new set containing all elements that are contained by both this set and other.