Uses of Class
com.github.mhewedy.expressions.Expression
-
Uses of Expression in com.github.mhewedy.expressions
Methods in com.github.mhewedy.expressions that return ExpressionModifier and TypeMethodDescriptionExpression.and(Expression expression) apply "and" on current expression with the parameter expression.static ExpressionExpression.and(Expression... expressions) factory method used to create new expression that "and" all input expressions.static Expressionstatic ExpressionUsed with operators require list of elements, such asOperator.$inandOperator.$ninstatic Expressionstatic ExpressionUsed with operators require list of elements, such asOperator.$inandOperator.$ninstatic Expressionstatic ExpressionUsed with operators require list of elements, such asOperator.$inandOperator.$ninstatic Expressionstatic ExpressionUsed with operators require list of elements, such asOperator.$inandOperator.$ninExpression.or(Expression expression) apply "or" on current expression with the parameter expression.static ExpressionExpression.or(Expression... expressions) factory method used to create new expression that "or" all input expressions.Methods in com.github.mhewedy.expressions with parameters of type ExpressionModifier and TypeMethodDescriptionExpression.and(Expression expression) apply "and" on current expression with the parameter expression.static ExpressionExpression.and(Expression... expressions) factory method used to create new expression that "and" all input expressions.Expressions.and(Expression expression) Add the parameter expression to the list of expression in the expressions object.Expression.or(Expression expression) apply "or" on current expression with the parameter expression.static ExpressionExpression.or(Expression... expressions) factory method used to create new expression that "or" all input expressions.Expressions.or(Expression expression) Create a new $or expression on the root, then adds to it the current expressions attached at the root and the expression passes as parameter.