T - the type of object to testpublic interface Predicate<T>
for logic to combine predicates| Modifier and Type | Method and Description |
|---|---|
boolean |
test(T t)
Test the predicate for some object
|
boolean test(T t)
t - the object to testCopyright © 2017–2025 Hans Jörg Heßmann. All rights reserved.