and method

AndPredicate<T> and(
  1. Predicate<T> other
)

Implementation

AndPredicate<T> and(Predicate<T> other) => AndPredicate([this, other]);