| Package | Description |
|---|---|
| com.github.martincooper.datatable |
| Modifier and Type | Method and Description |
|---|---|
io.vavr.control.Try<DataColumn<T>> |
DataColumn.addItem(T value)
Adds / Appends and item to the end of the column.
|
<V> io.vavr.control.Try<DataColumn<V>> |
IDataColumn.asType(Class<V> type)
Returns the generic data column as it's typed implementation.
|
<V> io.vavr.control.Try<DataColumn<V>> |
DataColumn.asType(Class<V> type)
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.
|
Copyright © 2017. All rights reserved.