Skip to content

BooleanExpression

type BooleanExpression =
| ExistsExpression
| TypeCheckExpression
| BeginsWithExpression
| ContainsExpression;

All functions that evaluate to a boolean value in condition expressions