Uses of Class
com.github.martincooper.datatable.DataRow
Packages that use DataRow
-
Uses of DataRow in com.github.martincooper.datatable
Fields in com.github.martincooper.datatable with type parameters of type DataRowModifier and TypeFieldDescriptionprotected final io.vavr.collection.Vector<DataRow>DataRowCollectionBase.rowsprotected final io.vavr.collection.Vector<DataRow>DataRowCollectionBase.rowsMethods in com.github.martincooper.datatable that return DataRowModifier and TypeMethodDescriptionDataTable.reduce(BiFunction<? super DataRow, ? super DataRow, ? extends DataRow> reducer) Reduce implementation for the DataRowCollection class.DataView.reduce(BiFunction<? super DataRow, ? super DataRow, ? extends DataRow> reducer) Reduce implementation for the DataRowCollection class.Accessor to a specific row by index.Accessor to a specific row by index.Accessor to a specific row by index.Methods in com.github.martincooper.datatable that return types with arguments of type DataRowModifier and TypeMethodDescriptionstatic io.vavr.control.Try<DataRow>Builds an instance of a DataRow.<C> io.vavr.collection.Map<C,io.vavr.collection.Vector<DataRow>> GroupBy implementation for the DataRowCollection class.<C> io.vavr.collection.Map<C,io.vavr.collection.Vector<DataRow>> GroupBy implementation for the DataRowCollection class.DataTable.iterator()Returns an iterator over elements of type DataRow.DataView.iterator()Returns an iterator over elements of type DataRow.Method parameters in com.github.martincooper.datatable with type arguments of type DataRowModifier and TypeMethodDescriptionstatic io.vavr.control.Try<DataRowCollection>Builds a new DataRowCollection for the specified DataTable.static io.vavr.control.Try<DataView>Builds an instance of a DataView.Filters 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.<U> io.vavr.collection.Seq<U>FlatMap implementation for the DataRowCollection class.<U> io.vavr.collection.Seq<U>FlatMap implementation for the DataRowCollection class.<U> UDataTable.foldLeft(U zero, BiFunction<? super U, ? super DataRow, ? extends U> folder) Fold Left implementation for the DataRowCollection class.<U> UDataView.foldLeft(U zero, BiFunction<? super U, ? super DataRow, ? extends U> folder) Fold Left implementation for the DataRowCollection class.<U> UDataTable.foldRight(U zero, BiFunction<? super DataRow, ? super U, ? extends U> folder) Fold Right implementation for the DataRowCollection class.<U> UDataView.foldRight(U zero, BiFunction<? super DataRow, ? super U, ? extends U> folder) Fold Right implementation for the DataRowCollection class.<C> io.vavr.collection.Map<C,io.vavr.collection.Vector<DataRow>> GroupBy implementation for the DataRowCollection class.<C> io.vavr.collection.Map<C,io.vavr.collection.Vector<DataRow>> GroupBy implementation for the DataRowCollection class.<U> io.vavr.collection.Seq<U>Map operation across the Data Rows in the table.<U> io.vavr.collection.Seq<U>Map operation across the Data Rows in the table.DataTable.reduce(BiFunction<? super DataRow, ? super DataRow, ? extends DataRow> reducer) Reduce implementation for the DataRowCollection class.DataTable.reduce(BiFunction<? super DataRow, ? super DataRow, ? extends DataRow> reducer) Reduce implementation for the DataRowCollection class.DataTable.reduce(BiFunction<? super DataRow, ? super DataRow, ? extends DataRow> reducer) Reduce implementation for the DataRowCollection class.DataView.reduce(BiFunction<? super DataRow, ? super DataRow, ? extends DataRow> reducer) Reduce implementation for the DataRowCollection class.DataView.reduce(BiFunction<? super DataRow, ? super DataRow, ? extends DataRow> reducer) Reduce implementation for the DataRowCollection class.DataView.reduce(BiFunction<? super DataRow, ? super DataRow, ? extends DataRow> reducer) Reduce implementation for the DataRowCollection class. -
Uses of DataRow in com.github.martincooper.datatable.sorting
Methods in com.github.martincooper.datatable.sorting with parameters of type DataRowModifier and TypeMethodDescriptionintTHe main compare method.Method parameters in com.github.martincooper.datatable.sorting with type arguments of type DataRow