ListProcessor<T> extension

List processing utilities.

on

Methods

containsAll(Iterable<T> values) bool

Available on Iterable<T>, provided by the ListProcessor extension

Return true if iterable contains all values.
firstBy(bool predicate(T t)) → T?

Available on Iterable<T>, provided by the ListProcessor extension

Find object on type T that matches criteria.