Uses of Class
com.github.martincooper.datatable.DataView
Packages that use DataView
-
Uses of DataView in com.github.martincooper.datatable
Methods in com.github.martincooper.datatable that return DataViewModifier and TypeMethodDescriptionFilters the row data using the specified predicate, returning the results as a DataView over the original table.Filters the row data using the specified predicate, returning the results as a DataView over the original table.DataTable.toDataView()Return a new Data View based on this table.DataView.toDataView()Return a new Data View based on this tableIBaseTable.toDataView()Return a new Data View based on this table.Methods in com.github.martincooper.datatable that return types with arguments of type DataViewModifier and TypeMethodDescriptionstatic io.vavr.control.Try<DataView>Builds an instance of a DataView.io.vavr.control.Try<DataView>Table QuickSort by single sort item.io.vavr.control.Try<DataView>Table QuickSort by single column index.io.vavr.control.Try<DataView>Table QuickSort by single column index and a sort order.io.vavr.control.Try<DataView>Table QuickSort by multiple sort items.io.vavr.control.Try<DataView>Table QuickSort by single column name.io.vavr.control.Try<DataView>Table QuickSort by single column name and a sort order.io.vavr.control.Try<DataView>Table QuickSort by single sort item.io.vavr.control.Try<DataView>Table QuickSort by single column index.io.vavr.control.Try<DataView>Table QuickSort by single column index and a sort order.io.vavr.control.Try<DataView>Table QuickSort by multiple sort items.io.vavr.control.Try<DataView>Table QuickSort by single column name.io.vavr.control.Try<DataView>Table QuickSort by single column name and a sort order. -
Uses of DataView in com.github.martincooper.datatable.sorting
Methods in com.github.martincooper.datatable.sorting that return types with arguments of type DataViewModifier and TypeMethodDescriptionstatic io.vavr.control.Try<DataView>DataSort.quickSort(DataTable table, io.vavr.collection.Seq<DataRow> rows, io.vavr.collection.Seq<SortItem> sortItems) Performs a quick sort on a DataTable given the specified parameters.io.vavr.control.Try<DataView>Table QuickSort by single sort item.io.vavr.control.Try<DataView>Table QuickSort by single column index.io.vavr.control.Try<DataView>Table QuickSort by single column index and a sort order.io.vavr.control.Try<DataView>Table QuickSort by multiple sort items.io.vavr.control.Try<DataView>Table QuickSort by single column name.io.vavr.control.Try<DataView>Table QuickSort by single column name and a sort order.