| Package | Description |
|---|---|
| io.parsingdata.metal | |
| io.parsingdata.metal.expression.logical |
| Modifier and Type | Method and Description |
|---|---|
static BinaryLogicalExpression |
Shorthand.and(Expression left,
Expression right) |
static BinaryLogicalExpression |
Shorthand.or(Expression left,
Expression right) |
| Modifier and Type | Class and Description |
|---|---|
class |
And
A
BinaryLogicalExpression that implements the logical AND operator. |
class |
Or
A
BinaryLogicalExpression that implements the logical OR operator. |
Copyright © 2017. All rights reserved.