MyUtilityExtensionIterablePartition<E> extension

on

Methods

partition(bool predicate(E element)) → (List<E>, List<E>)

Available on Iterable<E>, provided by the MyUtilityExtensionIterablePartition extension

Splits the collection into two lists according to predicate.