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