MovableSet<E> extension

Provides functions for moving elements in sets to other collections.

See SetMove for more information.

on

Methods

move({required Predicate<E> where}) SetMove<E>
Returns a SetMove used to move elements in this Set to other collections.