public interface BooleanExpression<E> extends Expression<E>
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(E object) |
evaluateboolean matches(E object)
object - object to matchCopyright © 2006–2019 The Apache Software Foundation. All rights reserved.