Class AbstractQuantifierPredicate<T>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected Predicate<? super T>[] iPredicates
      The array of predicates to call
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Predicate<? super T>[] getPredicates()
      Gets the predicates.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • iPredicates

        protected final Predicate<? super T>[] iPredicates
        The array of predicates to call
    • Constructor Detail

      • AbstractQuantifierPredicate

        public AbstractQuantifierPredicate​(Predicate<? super T>... predicates)
        Constructor that performs no validation.
        Parameters:
        predicates - the predicates to check, not cloned, not null