Uses of Class
app.babylon.table.selection.Selection
Packages that use Selection
-
Uses of Selection in app.babylon.table
Methods in app.babylon.table with parameters of type SelectionModifier and TypeMethodDescriptiondefault TableColumnarstatic TableColumnarTables.select(TableColumnar table, Selection selection) -
Uses of Selection in app.babylon.table.column
Methods in app.babylon.table.column that return SelectionModifier and TypeMethodDescriptiondefault Selectiondefault SelectionColumnDouble.select(DoublePredicate predicate) default SelectionColumnInt.select(IntPredicate predicate) default SelectionColumnLong.select(LongPredicate predicate) default Selection -
Uses of Selection in app.babylon.table.selection
Methods in app.babylon.table.selection that return SelectionModifier and TypeMethodDescriptionstatic <T> SelectionSelections.eq(ColumnObject<T> column, T value) static <T> SelectionSelections.in(ColumnObject<T> column, T[] values) static <T> SelectionSelections.ne(ColumnObject<T> column, T value) static <T> SelectionSelections.nin(ColumnObject<T> column, T[] values) Selection.not()Methods in app.babylon.table.selection with parameters of type Selection