Uses of Class
com.github.martincooper.datatable.DataColumn
Packages that use DataColumn
-
Uses of DataColumn in com.github.martincooper.datatable
Methods in com.github.martincooper.datatable that return types with arguments of type DataColumnModifier and TypeMethodDescriptionio.vavr.control.Try<DataColumn<T>>Adds / Appends and item to the end of the column.<V> io.vavr.control.Try<DataColumn<V>>Returns the generic data column as it's typed implementation.<V> io.vavr.control.Try<DataColumn<V>>Returns the generic data column as it's typed implementation.io.vavr.control.Try<DataColumn<T>>DataColumn.insertItem(Integer index, T value) Inserts the item at the specified index.io.vavr.control.Try<DataColumn<T>>DataColumn.removeItem(Integer index) Removes the item at the specified index.io.vavr.control.Try<DataColumn<T>>DataColumn.replaceItem(Integer index, T value) Replaces the existing item at the specified index with the new item.