Predicate.Operator
Constructor and Description |
---|
Terminal(String value,
Result.Type type) |
Modifier and Type | Method and Description |
---|---|
Predicate.Operator |
getOperator() |
Result.Type |
getType() |
String |
getValue() |
boolean |
isAllTrue() |
boolean |
isKey() |
boolean |
isLeaf() |
boolean |
isLogicalOperator() |
boolean |
isNotExist() |
Predicate |
left() |
Predicate |
right() |
String |
toString() |
public Terminal(String value, Result.Type type)
public Predicate.Operator getOperator()
getOperator
in interface Predicate
public boolean isLogicalOperator()
isLogicalOperator
in interface Predicate
public Result.Type getType()
public boolean isNotExist()
isNotExist
in interface Predicate
Copyright © 2016. All rights reserved.