T - the predicate element Typepublic class TakeWhile<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.