Class Predicates.AllSatisfy<T>

  • All Implemented Interfaces:
    java.io.Serializable, java.util.function.Predicate<java.lang.Iterable<T>>, Predicate<java.lang.Iterable<T>>
    Enclosing class:
    Predicates<T>

    public static class Predicates.AllSatisfy<T>
    extends Predicates<java.lang.Iterable<T>>
    See Also:
    Serialized Form
    • Constructor Detail

      • AllSatisfy

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

      • accept

        public boolean accept​(java.lang.Iterable<T> iterable)