AndPredicate<T> constructor

AndPredicate<T>(
  1. List<Predicate<T>> _predicates
)

Implementation

AndPredicate(this._predicates);