Package io.deephaven.api.filter
Class FilterIsNull
java.lang.Object
io.deephaven.api.filter.FilterBase
io.deephaven.api.filter.FilterIsNull
- All Implemented Interfaces:
Expression,Filter
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.api.filter.Filter
Filter.Visitor<T> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract ExpressionThe expression.final FilterNot<FilterIsNull>invert()The logical inversion ofthis.static FilterIsNullof(Expression expression) final <T> Twalk(Filter.Visitor<T> visitor) Methods inherited from class io.deephaven.api.filter.FilterBase
walk
-
Constructor Details
-
FilterIsNull
public FilterIsNull()
-
-
Method Details
-
of
-
expression
The expression.- Returns:
- the expression
-
invert
Description copied from interface:FilterThe logical inversion ofthis. While logically equivalent toFilter.not(this), implementations of this method will return more specifically typed inversions where applicable.- Returns:
- the inverse filter
- See Also:
-
walk
-