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