Example #1
0
 public GroupBuilder<T, E> le(String theVar, Value theValue) {
   return filter(ValueExprFactory.le(theVar, theValue));
 }