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 SelectionColumnByte.select(BytePredicate predicate) Selects rows whose values satisfy the supplied predicate.default Selectiondefault SelectionColumnDouble.select(DoublePredicate predicate) Selects rows whose values satisfy the supplied predicate.default SelectionColumnInt.select(IntPredicate predicate) Selects rows whose values satisfy the supplied predicate.default SelectionColumnLong.select(LongPredicate predicate) Selects rows whose values satisfy the supplied predicate.default SelectionSelects rows whose values satisfy the supplied predicate. -
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