Returns true if no entries match the given predicate or if the collection is empty.
predicate
bool none(bool predicate(T element)) => !any(predicate);