Uses of Interface
app.babylon.table.selection.RowFilter
Packages that use RowFilter
-
Uses of RowFilter in app.babylon.table
Methods in app.babylon.table with parameters of type RowFilter -
Uses of RowFilter in app.babylon.table.selection
Methods in app.babylon.table.selection that return RowFilterModifier and TypeMethodDescriptiondefault RowFilterdefault RowFilterRowFilter.not()static RowFilterRowFilter.of(ColumnName columnName, DoublePredicate predicate) static RowFilterRowFilter.of(ColumnName columnName, IntPredicate predicate) static RowFilterRowFilter.of(ColumnName columnName, LongPredicate predicate) static RowFilterRowFilter.of(ColumnName columnName, Predicate<Object> predicate) default RowFilterMethods in app.babylon.table.selection with parameters of type RowFilter