| Modifier and Type | Method and Description |
|---|---|
T |
Visitor.visit(BooleanValue booleanValue) |
T |
VisitorAdapter.visit(BooleanValue booleanValue) |
| Modifier and Type | Method and Description |
|---|---|
BooleanValue |
ContainsAny.apply(Evaluator.EvaluationContext evaluationContext) |
BooleanValue |
NotIn.apply(Evaluator.EvaluationContext evaluationContext) |
BooleanValue |
In.apply(Evaluator.EvaluationContext evaluationContext) |
BooleanValue |
IsEmpty.apply(Evaluator.EvaluationContext evaluationContext) |
BooleanValue |
ContainsAll.apply(Evaluator.EvaluationContext evaluationContext) |
| Modifier and Type | Method and Description |
|---|---|
BooleanValue |
Exists.apply(Evaluator.EvaluationContext evaluationContext) |
| Modifier and Type | Method and Description |
|---|---|
BooleanValue |
Match.apply(Evaluator.EvaluationContext evaluationContext) |
| Constructor and Description |
|---|
And(BooleanValue lhs,
BooleanValue rhs) |
Not(BooleanValue operand) |
Or(BooleanValue lhs,
BooleanValue rhs) |
Copyright © 2019. All rights reserved.