lte method

LogicCommand lte(
  1. int val
)

Implementation

LogicCommand lte(int val) {
  return this.queryOP(QueryCommandsLiteral.LTE, val);
}