ListProcessor<T> extension

List processing utilities.

on

Methods

containsAll(Iterable<T> values) bool
Return true if iterable contains all values.
firstBy(bool predicate(T t)) → T?
Find object on type T that matches criteria.