Package io.deephaven.api.filter
Class FilterNot<F extends Filter>
java.lang.Object
io.deephaven.api.filter.FilterBase
io.deephaven.api.filter.FilterNot<F>
- All Implemented Interfaces:
Expression
,Filter
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.api.filter.Filter
Filter.Visitor<T>
-
Constructor Summary
-
Method Summary
Methods inherited from class io.deephaven.api.filter.FilterBase
walk
-
Constructor Details
-
FilterNot
public FilterNot()
-
-
Method Details
-
of
-
filter
The filter.- Returns:
- the filter
-
invert
Equivalent tofilter()
.- Returns:
- the inverse filter
- See Also:
-
invertFilter
Creates a logical equivalent ofthis
equal tofilter().inverse()
. It's possible that the result is equal tothis
.- Returns:
- the inverted filter
-
walk
-