<TKey, T>
public
reject(null|(Closure(T, TKey): bool) $predicate = null): CollectionInterface<TKey, T>
Returns a new collection from items where $predicate returns false.
$predicate
Nexus\Collection\Collection::reject()