noneMatch


Description:

public bool noneMatch (owned PredicateFunc<T> fn)

Returns whether no elements match the predicate. Returns true for an empty stream.

Parameters:

fn

the predicate.

Returns:

true if no elements match.