MyUtilityExtensionIterableAll<E> extension
- on
-
- Iterable<
E>
- Iterable<
Methods
-
all(
bool test(E element)) → bool -
Available on Iterable<
Returns true if all elements satisfy the givenE> , provided by the MyUtilityExtensionIterableAll extensiontest, or if the collection is empty.