Class FilterAnd

java.lang.Object
io.deephaven.api.filter.FilterBase
io.deephaven.api.filter.FilterAnd
All Implemented Interfaces:
Expression, Filter, Iterable<Filter>

@Immutable public abstract class FilterAnd extends FilterBase implements Iterable<Filter>
Evaluates to true when all of the filters evaluate to true, and false when any of the filters evaluates to false.