Class RejectingPredicate<T>

    • Constructor Detail

      • RejectingPredicate

        public RejectingPredicate()
      • RejectingPredicate

        public RejectingPredicate​(Predicate<T> predicate)
    • Method Detail

      • test

        public boolean test​(T value)
        Specified by:
        test in interface Predicate<T>