public final class RangedPredicate<E> extends Object implements Predicate<E>
RangedPredicate(int offset, int length, Predicate<? super E> predicate)
boolean
test(E e)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
and, isEqual, negate, or
public RangedPredicate(int offset, int length, Predicate<? super E> predicate)
public boolean test(E e)
test
Predicate<E>
Copyright © 2022 MicroStream Software. All rights reserved.