AllExtension<T> extension
- on
-
- Iterable<
T>
- Iterable<
Methods
-
all(
[bool condition(T element)?]) → bool -
Available on Iterable<
ReturnsT> , provided by the AllExtension extensiontrue
if all elements match a condition andfalse
otherwise.