public class QueryPredicate<T> extends Object implements RLPredicate<T>
| Constructor and Description |
|---|
QueryPredicate(String query) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(T t) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitand, isEqual, negate, orpublic QueryPredicate(String query)
public boolean test(T t)
test in interface java.util.function.Predicate<T>Copyright © 2019. All rights reserved.