Class Predicates.NoneSatisfy<T>

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

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

    • NoneSatisfy

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

    • accept

      public boolean accept(Iterable<T> iterable)