Class AbstractQuantifierPredicate<T>

    • 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