E - the parameter typepublic interface Predicate<E>
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(E element)
tests the predicate against the element
|
boolean accept(E element)
element - the element used to evaluate the predicateCopyright © 2016. All rights reserved.