gte method

LogicCommand gte(
  1. int val
)

Implementation

LogicCommand gte(int val) {
  return this.queryOP(QueryCommandsLiteral.GTE, val);
}