IterableAll<E> extension

on

Methods

all(bool predicate(E element)) bool
Returns true if all elements match the given predicate or if the collection is empty.