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