public class DataSort extends Object
| Constructor and Description |
|---|
DataSort() |
| Modifier and Type | Method and Description |
|---|---|
static io.vavr.control.Try<DataView> |
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.
|
public static io.vavr.control.Try<DataView> quickSort(DataTable table, io.vavr.collection.Seq<DataRow> rows, io.vavr.collection.Seq<SortItem> sortItems)
table - The underlying table containing the data.rows - The collection of rows to be sorted.sortItems - The sort details.Copyright © 2017. All rights reserved.