static func buildBlock <Content>(Content) -> Content
Creates a single row result.
static func buildBlock <C0, C1>(C0, C1) -> TupleTableRowContent <Value, (C0, C1)>
Available when
Value
conforms to Identifiable
.static func buildBlock <C0, C1, C2>(C0, C1, C2) -> TupleTableRowContent <Value, (C0, C1, C2)>
Available when
Value
conforms to Identifiable
.static func buildBlock <C0, C1, C2, C3>(C0, C1, C2, C3) -> TupleTableRowContent <Value, (C0, C1, C2, C3)>
Available when
Value
conforms to Identifiable
.static func buildBlock <C0, C1, C2, C3, C4>(C0, C1, C2, C3, C4) -> TupleTableRowContent <Value, (C0, C1, C2, C3, C4)>
Available when
Value
conforms to Identifiable
.static func buildBlock <C0, C1, C2, C3, C4, C5>(C0, C1, C2, C3, C4, C5) -> TupleTableRowContent <Value, (C0, C1, C2, C3, C4, C5)>
Available when
Value
conforms to Identifiable
.static func buildBlock <C0, C1, C2, C3, C4, C5, C6>(C0, C1, C2, C3, C4, C5, C6) -> TupleTableRowContent <Value, (C0, C1, C2, C3, C4, C5, C6)>
Available when
Value
conforms to Identifiable
.static func buildBlock <C0, C1, C2, C3, C4, C5, C6, C7, C8>(C0, C1, C2, C3, C4, C5, C6, C7, C8) -> TupleTableRowContent <Value, (C0, C1, C2, C3, C4, C5, C6, C7, C8)>
Available when
Value
conforms to Identifiable
.static func buildBlock <C0, C1, C2, C3, C4, C5, C6, C7, C8, C9>(C0, C1, C2, C3, C4, C5, C6, C7, C8, C9) -> TupleTableRowContent <Value, (C0, C1, C2, C3, C4, C5, C6, C7, C8, C9)>
Available when
Value
conforms to Identifiable
.