# io.github.libtmux.query.Operator.Operator

- **Module:** io.github.libtmux.query.Operator
- **Package:** io.github.libtmux:libtmux
- **Language:** Java
- **Kind:** enum
- **Source:** https://github.com/libtmux/libtmux-java/blob/c3517519ee799428a809ce6deb1708c8be289cd1/libtmux/src/main/java/io/github/libtmux/query/Operator.java#L8
- **Page:** https://libtmux.org/reference/java/io-github-libtmux-query-operator-operator/

The scalar comparisons an expression can hold. Evaluation stays a total switch.

## Members

- `EQUALS` (constant)
- `NOT_EQUALS` (constant)
- `CONTAINS` (constant)
- `STARTS_WITH` (constant)
- `ENDS_WITH` (constant)
- `MATCHES` (constant)
- `LESS_THAN` (constant)
- `AT_MOST` (constant)
- `GREATER_THAN` (constant)
- `AT_LEAST` (constant)
- `IN` (constant)
- `Operator` (method)
- `symbol` (method)
- `requireOperand` (method)
- `matches` (method)
