| Package | Description |
|---|---|
| io.appform.hope.core | |
| io.appform.hope.core.visitors |
| Class and Description |
|---|
| And
AND of
BooleanValue params |
| Equals
Checks equality of params
|
| Greater
Checks if lhs
NumericValue is greater than rhs NumericValue |
| GreaterEquals
Checks if lhs
NumericValue is greater than or equal to rhs NumericValue |
| Lesser
Checks if lhs
NumericValue is lesser than rhs NumericValue |
| LesserEquals
Checks if lhs
NumericValue is lesser than or equal to rhs NumericValue |
| Not
Unary operator to invert a
BooleanValue |
| NotEquals
Checks if lhs is not equal to rhs
|
| Or
Does OR of two
BooleanValues. |
| Class and Description |
|---|
| And
AND of
BooleanValue params |
| Equals
Checks equality of params
|
| Greater
Checks if lhs
NumericValue is greater than rhs NumericValue |
| GreaterEquals
Checks if lhs
NumericValue is greater than or equal to rhs NumericValue |
| Lesser
Checks if lhs
NumericValue is lesser than rhs NumericValue |
| LesserEquals
Checks if lhs
NumericValue is lesser than or equal to rhs NumericValue |
| Not
Unary operator to invert a
BooleanValue |
| NotEquals
Checks if lhs is not equal to rhs
|
| Or
Does OR of two
BooleanValues. |
Copyright © 2019. All rights reserved.