IntersectExtension<E> extension
Utility extension methods for set operations on Iterables.
- on
-
- Set<
E>
- Set<
Methods
-
intersection(
Set< E> other) → Set<E> -
Available on Set<
Returns a new set containing all elements that are contained by both this set andE> , provided by the IntersectExtension extensionother.