Class AllSatisfyPredicate<T>

java.lang.Object
org.eclipse.collections.impl.lazy.AllSatisfyPredicate<T>
All Implemented Interfaces:
Serializable, Predicate<T>, Predicate<T>

final class AllSatisfyPredicate<T> extends Object implements Predicate<T>
  • Field Details

  • Constructor Details

  • Method Details

    • accept

      public boolean accept(T each)
      Specified by:
      accept in interface Predicate<T>