public class DropIterablePredicate<T> extends java.lang.Object implements com.gs.collections.api.block.predicate.Predicate<T>
DropIterablePredicate(int count)
boolean
accept(T each)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DropIterablePredicate(int count)
public boolean accept(T each)
accept
com.gs.collections.api.block.predicate.Predicate<T>