ListProcessor<T> extension
List processing utilities.
- on
-
- Iterable<
T>
- Iterable<
Methods
-
containsAll(
Iterable< T> values) → bool -
Available on Iterable<
Return true if iterable contains allT> , provided by the ListProcessor extensionvalues. -
firstBy(
bool predicate(T t)) → T? -
Available on Iterable<
Find object on type T that matches criteria.T> , provided by the ListProcessor extension