T - the predicate parameter typepublic class DropWhile<T> extends Object implements Predicate<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(T element)
tests the predicate against the element
|
Copyright © 2016. All rights reserved.