MovableSet<E> extension

Provides functions for moving a set's elements to other collections.

See SetMove for more information.

on

Methods

move({required Predicate<E> where}) SetMove<E>

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

Returns a SetMove used to move elements that satisfy where from this Set to other collections.