On this page
io.github.libtmux.query.FilterExpr.FilterExpr.negate
- 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>
-
Negation, narrowed to an expression.
<p>
andandorbelow are deliberately <em>overloads</em> of the inheritedPredicatemethods rather than overrides: their parameter is aFilterExpr, 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