public interface Predicate<T>
| Modifier and Type | Interface and Description |
|---|---|
static class |
Predicate.PassAll |
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(T item) |
boolean apply(T item)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.