Package app.babylon.table.selection
Interface RowFilter
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Defines a reusable row filter that binds to a table and evaluates rows by
index.
-
Method Summary
Modifier and TypeMethodDescriptiondefault RowFilterbind(TableColumnar table) default RowFilternot()static RowFilterof(ColumnName columnName, DoublePredicate predicate) static RowFilterof(ColumnName columnName, IntPredicate predicate) static RowFilterof(ColumnName columnName, LongPredicate predicate) static RowFilterof(ColumnName columnName, Predicate<Object> predicate) default RowFilter
-
Method Details
-
bind
-
and
-
or
-
not
-
of
-
of
-
of
-
of
-