AllExtension<T> extension

on

Methods

all([bool condition(T element)?]) bool

Available on Iterable<T>, provided by the AllExtension extension

Returns true if all elements match a condition and false otherwise.