or method

OrPredicate<T> or(
  1. Predicate<T> other
)

Implementation

OrPredicate<T> or(Predicate<T> other) => OrPredicate([this, other]);