static func buildBlock <Column>(Column) -> Column
Creates a single, sortable column result.
static func buildBlock <C0, C1, C2>(C0, C1, C2) -> TupleTableColumnContent <RowValue , Sort, (C0, C1, C2)>
Available when
RowValue
conforms to Identifiable
and Sort
conforms to SortComparator
.static func buildBlock <C0, C1, C2, C3>(C0, C1, C2, C3) -> TupleTableColumnContent <RowValue , Sort, (C0, C1, C2, C3)>
Available when
RowValue
conforms to Identifiable
and Sort
conforms to SortComparator
.static func buildBlock <C0, C1, C2, C3, C4>(C0, C1, C2, C3, C4) -> TupleTableColumnContent <RowValue , Sort, (C0, C1, C2, C3, C4)>
Available when
RowValue
conforms to Identifiable
and Sort
conforms to SortComparator
.static func buildBlock <C0, C1, C2, C3, C4, C5>(C0, C1, C2, C3, C4, C5) -> TupleTableColumnContent <RowValue , Sort, (C0, C1, C2, C3, C4, C5)>
Available when
RowValue
conforms to Identifiable
and Sort
conforms to SortComparator
.static func buildBlock <C0, C1, C2, C3, C4, C5, C6>(C0, C1, C2, C3, C4, C5, C6) -> TupleTableColumnContent <RowValue , Sort, (C0, C1, C2, C3, C4, C5, C6)>
Available when
RowValue
conforms to Identifiable
and Sort
conforms to SortComparator
.static func buildBlock <C0, C1, C2, C3, C4, C5, C6, C7>(C0, C1, C2, C3, C4, C5, C6, C7) -> TupleTableColumnContent <RowValue , Sort, (C0, C1, C2, C3, C4, C5, C6, C7)>
Available when
RowValue
conforms to Identifiable
and Sort
conforms to SortComparator
.static func buildBlock <C0, C1, C2, C3, C4, C5, C6, C7, C8>(C0, C1, C2, C3, C4, C5, C6, C7, C8) -> TupleTableColumnContent <RowValue , Sort, (C0, C1, C2, C3, C4, C5, C6, C7, C8)>
Available when
RowValue
conforms to Identifiable
and Sort
conforms to SortComparator
.static func buildBlock <C0, C1, C2, C3, C4, C5, C6, C7, C8, C9>(C0, C1, C2, C3, C4, C5, C6, C7, C8, C9) -> TupleTableColumnContent <RowValue , Sort, (C0, C1, C2, C3, C4, C5, C6, C7, C8, C9)>
Available when
RowValue
conforms to Identifiable
and Sort
conforms to SortComparator
.static func buildExpression <Column>(Column) -> Column
Creates a generic, sortable single column expression.
static func buildExpression <Content, Label>(TableColumn <RowValue , Sort, Content, Label>) -> TableColumn <RowValue , Sort, Content, Label>
Creates a sortable
TableColumn
expression, typed to having the same Value
as the builder’s Value
and a Sort
the same as the builder’s Sort