ListProcessor<T> extension
List processing utilities.
- on
-
- Iterable<
T>
- Iterable<
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.