Class IsNotAllPredicate<T>

    • Constructor Detail

      • IsNotAllPredicate

        public IsNotAllPredicate​(IgnitePredicate<? super T>... preds)
        Parameters:
        preds - Predicate to negate.
    • Method Detail

      • apply

        public boolean apply​(T t)
        Predicate body.
        Specified by:
        apply in interface IgnitePredicate<T>
        Parameters:
        t - Predicate parameter.
        Returns:
        Return value.