T - The type managed by the Columns.public interface Columns<T> extends ColumnsTemplate<T,Column<? extends T>>
| Modifier and Type | Method and Description |
|---|---|
default Columns<T> |
withColumns(Column<? extends T>... aColumns)
With columns.
|
containsValueadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArraydefault Columns<T> withColumns(Column<? extends T>... aColumns)
withColumns in interface ColumnsTemplate<T,Column<? extends T>>aColumns - the a columnsCopyright © 2018. All rights reserved.