Class DropIterablePredicate<T>
- java.lang.Object
-
- org.eclipse.collections.impl.block.predicate.DropIterablePredicate<T>
-
- All Implemented Interfaces:
Serializable,Predicate<T>,Predicate<T>
public class DropIterablePredicate<T> extends Object implements Predicate<T>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DropIterablePredicate(int count)
-