java.io.Serializable, java.util.function.Predicate<T>, Predicate<T>public class DropWhileIterablePredicate<T> extends java.lang.Object implements Predicate<T>
| Constructor | Description |
|---|---|
DropWhileIterablePredicate(Predicate<? super T> predicate) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
accept(T each) |
Copyright © 2004–2017. All rights reserved.