NotPredicate<T> constructor

NotPredicate<T>(
  1. Predicate<T> _predicate
)

Implementation

NotPredicate(this._predicate);