public abstract class UnaryPredicate extends Object implements BasePredicate
Constructor and Description |
---|
UnaryPredicate(Predicate predicate) |
Modifier and Type | Method and Description |
---|---|
void |
accept(PredicateVisitor visitor)
Accept the given visitor.
|
boolean |
equals(Object o) |
abstract String |
getOperator() |
Predicate |
getPredicate() |
Set<String> |
getPropertyIds() |
int |
hashCode() |
String |
toString() |
public UnaryPredicate(Predicate predicate)
public Predicate getPredicate()
public Set<String> getPropertyIds()
getPropertyIds
in interface BasePredicate
public void accept(PredicateVisitor visitor)
PredicateVisitorAcceptor
accept
in interface PredicateVisitorAcceptor
visitor
- the visitorpublic abstract String getOperator()
Copyright © 2022 Apache Software Foundation. All rights reserved.