IterableAll<E> extension
- on
-
- Iterable<
E>
- Iterable<
Methods
-
all(
bool predicate(E element)) → bool -
Available on Iterable<
Returns true if all elements match the givenE> , provided by the IterableAll extensionpredicate
or if the collection is empty.