Class RangedPredicate<E>

    • Constructor Detail

      • RangedPredicate

        public RangedPredicate​(int offset,
                               int length,
                               Predicate<? super E> predicate)
    • Method Detail

      • test

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