all
Returns true if every element in this satisfies the predicate. If this is empty, true is returned.
Stream equivalent: Stream.allMatch.
See also
Returns true if every element returned by this satisfies the given predicate. If this is empty, true is returned.