libtmux Reference MCP Search
On this page

io.github.libtmux.query.FilterExpr.FilterExpr.negate

View as Markdown

Module
io.github.libtmux.query.FilterExpr
Declared in
FilterExpr
Package
io.github.libtmux:libtmux
Source
libtmux/src/main/java/io/github/libtmux/query/FilterExpr.java
negate ( ) FilterExpr<T>
method [source]
method [source]
negate

Negation, narrowed to an expression.

<p>and and or below are deliberately <em>overloads</em> of the inherited Predicate methods rather than overrides: their parameter is a FilterExpr, so combining two expressions stays an expression, while passing a bare lambda selects the inherited method and yields a plain predicate. That is the intended boundary — a lambda cannot be printed or serialized, so an expression built from one must not claim to be inspectable.

0 declared, 0 inherited

Esc

Type to search.