WSO2 Data Mapper Operators - Boolean category
This post describes about the operators in the Arithmetic category
- AND
This performs the boolean AND operation on inputs
Eg: according to the below example if it’s Veg and the calories are less than 10, then the approval value should be true
- OR
Eg: according to the below example if it’s Veg or the calories are less than 10, then the approval value should be true
- NOT
Eg: If the calories are greater than 10, then the approval value should be false
No comments:
Post a Comment