Package io.deephaven.api.literal
Interface LiteralFilter
- All Superinterfaces:
Expression
,Filter
,Literal
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.api.filter.Filter
Filter.Visitor<T>
Nested classes/interfaces inherited from interface io.deephaven.api.literal.Literal
Literal.Visitor<T>
-
Method Summary
Methods inherited from interface io.deephaven.api.expression.Expression
walk
-
Method Details
-
invert
LiteralFilter invert()Description copied from interface:Filter
The logical inversion ofthis
. While logically equivalent toFilter.not(this)
, implementations of this method will return more specifically typed inversions where applicable.
-