Class IsGreater<E>

    • Constructor Detail

      • IsGreater

        public IsGreater​(Comparator<? super E> comparator)
    • Method Detail

      • test

        public boolean test​(E element)
        Specified by:
        test in interface Predicate<E>