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>

Available on List<E>, provided by the MovableList extension

Returns a ListMove used to move elements from this list to other collections.