| Package | Description |
|---|---|
| io.konig.core.showl | |
| io.konig.formula |
| Modifier and Type | Method and Description |
|---|---|
BinaryOperator |
ShowlBinaryRelationalExpression.getOperator() |
| Constructor and Description |
|---|
ShowlBinaryRelationalExpression(BinaryOperator operator,
ShowlExpression left,
ShowlExpression right) |
| Modifier and Type | Method and Description |
|---|---|
BinaryOperator |
BinaryRelationalExpression.getOperator() |
static BinaryOperator |
BinaryOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BinaryOperator[] |
BinaryOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BinaryRelationalExpression(BinaryOperator operator,
NumericExpression left,
NumericExpression right) |
BinaryRelationBuilder(T formulaConsumer,
BinaryOperator operator) |
Copyright © 2019. All rights reserved.