OrPredicate<T> constructor

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

Implementation

OrPredicate(this._predicates);