lt method

LogicCommand lt(
  1. int val
)

Implementation

LogicCommand lt(int val) {
  return this.queryOP(QueryCommandsLiteral.LT, val);
}