T - Type of the predicate argumentpublic interface ThrowingPredicate1<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(T input)
Apply this function, returning true or false (or throwing a checked exception)
|
Copyright © 2010–2015 JBoss by Red Hat. All rights reserved.