new comparison method Ine (caseInsensitive notEquals) (#1551)

This commit is contained in:
Roland Praml
2018-11-19 22:22:46 +13:00
committed by Rob Bygrave
parent 7be4675d3e
commit 4fe2016891
22 changed files with 1487 additions and 1008 deletions
@@ -616,6 +616,11 @@ class JunctionExpression<T> implements SpiJunction<T>, SpiExpression, Expression
return exprList.ieq(propertyName, value);
}
@Override
public ExpressionList<T> ine(String propertyName, String value) {
return exprList.ine(propertyName, value);
}
@Override
public ExpressionList<T> iexampleLike(Object example) {
return exprList.iexampleLike(example);