MyUtilityExtensionIterableAll<E> extension

on

Methods

all(bool test(E element)) bool

Available on Iterable<E>, provided by the MyUtilityExtensionIterableAll extension

Returns true if all elements satisfy the given test, or if the collection is empty.