On this page
io.github.libtmux.query.FieldKind.FieldKind
- Module
- io.github.libtmux.query.FieldKind
- Package
- io.github.libtmux:libtmux
- Source
- libtmux/src/main/java/io/github/libtmux/query/FieldKind.java
-
The value kind a field reads.
<p>Carried explicitly because exactness must not rest on the operand's runtime class. A number field's operand happens to box to
Integer, and two bakeoff contenders substituted that accident for the field's real kind — which silently picks tmux's lexical comparison where the caller meant arithmetic.
3 declared, 0 inherited