MovableList<E> extension

Provides functions for moving elements in lists to other collections.

See ListMove for more information.

on

Methods

move({required Predicate<E> where}) ListMove<E>
Returns a ListMove used to move elements from this list to other collections.