Class Predicates.AllSatisfy<T>

java.lang.Object
org.eclipse.collections.impl.block.factory.Predicates<Iterable<T>>
org.eclipse.collections.impl.block.factory.Predicates.AllSatisfy<T>
All Implemented Interfaces:
Serializable, Predicate<Iterable<T>>, Predicate<Iterable<T>>
Enclosing class:
Predicates<T>

public static class Predicates.AllSatisfy<T> extends Predicates<Iterable<T>>
See Also:
  • Constructor Details

    • AllSatisfy

      public AllSatisfy(Predicate<? super T> predicate)
  • Method Details

    • accept

      public boolean accept(Iterable<T> iterable)