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