| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565 |
- // This file was generated using gyb. Do not edit it directly. Edit
- // TableRowBuilder.swift.gyb instead.
- // swiftformat:options --allow-partial-wrapping true
- /// A result builder for constructing a collection of table columns.
- @resultBuilder
- public struct TableRowBuilder<RowValue> {
- public static func buildBlock() -> EmptyTableRowContent<RowValue> {
- EmptyTableRowContent<RowValue>()
- }
- public static func buildBlock<
- Content0: View
- >(
- _ column0: TableColumn<RowValue, Content0>
- ) -> TupleTableRowContent1<
- RowValue, Content0
- > {
- TupleTableRowContent1(
- column0
- )
- }
- public static func buildBlock<
- Content0: View, Content1: View
- >(
- _ column0: TableColumn<RowValue, Content0>, _ column1: TableColumn<RowValue, Content1>
- ) -> TupleTableRowContent2<
- RowValue, Content0, Content1
- > {
- TupleTableRowContent2(
- column0, column1
- )
- }
- public static func buildBlock<
- Content0: View, Content1: View, Content2: View
- >(
- _ column0: TableColumn<RowValue, Content0>, _ column1: TableColumn<RowValue, Content1>,
- _ column2: TableColumn<
- RowValue,
- Content2
- >
- ) -> TupleTableRowContent3<
- RowValue, Content0, Content1, Content2
- > {
- TupleTableRowContent3(
- column0, column1, column2
- )
- }
- public static func buildBlock<
- Content0: View, Content1: View, Content2: View, Content3: View
- >(
- _ column0: TableColumn<RowValue, Content0>, _ column1: TableColumn<RowValue, Content1>,
- _ column2: TableColumn<
- RowValue,
- Content2
- >, _ column3: TableColumn<RowValue, Content3>
- ) -> TupleTableRowContent4<
- RowValue, Content0, Content1, Content2, Content3
- > {
- TupleTableRowContent4(
- column0, column1, column2, column3
- )
- }
- public static func buildBlock<
- Content0: View, Content1: View, Content2: View, Content3: View, Content4: View
- >(
- _ column0: TableColumn<RowValue, Content0>, _ column1: TableColumn<RowValue, Content1>,
- _ column2: TableColumn<
- RowValue,
- Content2
- >, _ column3: TableColumn<RowValue, Content3>, _ column4: TableColumn<RowValue, Content4>
- ) -> TupleTableRowContent5<
- RowValue, Content0, Content1, Content2, Content3, Content4
- > {
- TupleTableRowContent5(
- column0, column1, column2, column3, column4
- )
- }
- public static func buildBlock<
- Content0: View, Content1: View, Content2: View, Content3: View, Content4: View,
- Content5: View
- >(
- _ column0: TableColumn<RowValue, Content0>, _ column1: TableColumn<RowValue, Content1>,
- _ column2: TableColumn<
- RowValue,
- Content2
- >, _ column3: TableColumn<RowValue, Content3>, _ column4: TableColumn<RowValue, Content4>,
- _ column5: TableColumn<
- RowValue,
- Content5
- >
- ) -> TupleTableRowContent6<
- RowValue, Content0, Content1, Content2, Content3, Content4, Content5
- > {
- TupleTableRowContent6(
- column0, column1, column2, column3, column4, column5
- )
- }
- public static func buildBlock<
- Content0: View, Content1: View, Content2: View, Content3: View, Content4: View,
- Content5: View, Content6: View
- >(
- _ column0: TableColumn<RowValue, Content0>, _ column1: TableColumn<RowValue, Content1>,
- _ column2: TableColumn<
- RowValue,
- Content2
- >, _ column3: TableColumn<RowValue, Content3>, _ column4: TableColumn<RowValue, Content4>,
- _ column5: TableColumn<
- RowValue,
- Content5
- >, _ column6: TableColumn<RowValue, Content6>
- ) -> TupleTableRowContent7<
- RowValue, Content0, Content1, Content2, Content3, Content4, Content5, Content6
- > {
- TupleTableRowContent7(
- column0, column1, column2, column3, column4, column5, column6
- )
- }
- public static func buildBlock<
- Content0: View, Content1: View, Content2: View, Content3: View, Content4: View,
- Content5: View, Content6: View, Content7: View
- >(
- _ column0: TableColumn<RowValue, Content0>, _ column1: TableColumn<RowValue, Content1>,
- _ column2: TableColumn<
- RowValue,
- Content2
- >, _ column3: TableColumn<RowValue, Content3>, _ column4: TableColumn<RowValue, Content4>,
- _ column5: TableColumn<
- RowValue,
- Content5
- >, _ column6: TableColumn<RowValue, Content6>, _ column7: TableColumn<RowValue, Content7>
- ) -> TupleTableRowContent8<
- RowValue, Content0, Content1, Content2, Content3, Content4, Content5, Content6, Content7
- > {
- TupleTableRowContent8(
- column0, column1, column2, column3, column4, column5, column6, column7
- )
- }
- public static func buildBlock<
- Content0: View, Content1: View, Content2: View, Content3: View, Content4: View,
- Content5: View, Content6: View, Content7: View, Content8: View
- >(
- _ column0: TableColumn<RowValue, Content0>, _ column1: TableColumn<RowValue, Content1>,
- _ column2: TableColumn<
- RowValue,
- Content2
- >, _ column3: TableColumn<RowValue, Content3>, _ column4: TableColumn<RowValue, Content4>,
- _ column5: TableColumn<
- RowValue,
- Content5
- >, _ column6: TableColumn<RowValue, Content6>, _ column7: TableColumn<RowValue, Content7>,
- _ column8: TableColumn<
- RowValue,
- Content8
- >
- ) -> TupleTableRowContent9<
- RowValue, Content0, Content1, Content2, Content3, Content4, Content5, Content6, Content7,
- Content8
- > {
- TupleTableRowContent9(
- column0, column1, column2, column3, column4, column5, column6, column7, column8
- )
- }
- public static func buildBlock<
- Content0: View, Content1: View, Content2: View, Content3: View, Content4: View,
- Content5: View, Content6: View, Content7: View, Content8: View, Content9: View
- >(
- _ column0: TableColumn<RowValue, Content0>, _ column1: TableColumn<RowValue, Content1>,
- _ column2: TableColumn<
- RowValue,
- Content2
- >, _ column3: TableColumn<RowValue, Content3>, _ column4: TableColumn<RowValue, Content4>,
- _ column5: TableColumn<
- RowValue,
- Content5
- >, _ column6: TableColumn<RowValue, Content6>, _ column7: TableColumn<RowValue, Content7>,
- _ column8: TableColumn<
- RowValue,
- Content8
- >, _ column9: TableColumn<RowValue, Content9>
- ) -> TupleTableRowContent10<
- RowValue, Content0, Content1, Content2, Content3, Content4, Content5, Content6, Content7,
- Content8, Content9
- > {
- TupleTableRowContent10(
- column0, column1, column2, column3, column4, column5, column6, column7, column8, column9
- )
- }
- public static func buildBlock<
- Content0: View, Content1: View, Content2: View, Content3: View, Content4: View,
- Content5: View, Content6: View, Content7: View, Content8: View, Content9: View,
- Content10: View
- >(
- _ column0: TableColumn<RowValue, Content0>, _ column1: TableColumn<RowValue, Content1>,
- _ column2: TableColumn<
- RowValue,
- Content2
- >, _ column3: TableColumn<RowValue, Content3>, _ column4: TableColumn<RowValue, Content4>,
- _ column5: TableColumn<
- RowValue,
- Content5
- >, _ column6: TableColumn<RowValue, Content6>, _ column7: TableColumn<RowValue, Content7>,
- _ column8: TableColumn<
- RowValue,
- Content8
- >, _ column9: TableColumn<RowValue, Content9>, _ column10: TableColumn<RowValue, Content10>
- ) -> TupleTableRowContent11<
- RowValue, Content0, Content1, Content2, Content3, Content4, Content5, Content6, Content7,
- Content8, Content9, Content10
- > {
- TupleTableRowContent11(
- column0, column1, column2, column3, column4, column5, column6, column7, column8,
- column9,
- column10
- )
- }
- public static func buildBlock<
- Content0: View, Content1: View, Content2: View, Content3: View, Content4: View,
- Content5: View, Content6: View, Content7: View, Content8: View, Content9: View,
- Content10: View, Content11: View
- >(
- _ column0: TableColumn<RowValue, Content0>, _ column1: TableColumn<RowValue, Content1>,
- _ column2: TableColumn<
- RowValue,
- Content2
- >, _ column3: TableColumn<RowValue, Content3>, _ column4: TableColumn<RowValue, Content4>,
- _ column5: TableColumn<
- RowValue,
- Content5
- >, _ column6: TableColumn<RowValue, Content6>, _ column7: TableColumn<RowValue, Content7>,
- _ column8: TableColumn<
- RowValue,
- Content8
- >, _ column9: TableColumn<RowValue, Content9>, _ column10: TableColumn<RowValue, Content10>,
- _ column11: TableColumn<
- RowValue,
- Content11
- >
- ) -> TupleTableRowContent12<
- RowValue, Content0, Content1, Content2, Content3, Content4, Content5, Content6, Content7,
- Content8, Content9, Content10, Content11
- > {
- TupleTableRowContent12(
- column0, column1, column2, column3, column4, column5, column6, column7, column8,
- column9,
- column10, column11
- )
- }
- public static func buildBlock<
- Content0: View, Content1: View, Content2: View, Content3: View, Content4: View,
- Content5: View, Content6: View, Content7: View, Content8: View, Content9: View,
- Content10: View, Content11: View, Content12: View
- >(
- _ column0: TableColumn<RowValue, Content0>, _ column1: TableColumn<RowValue, Content1>,
- _ column2: TableColumn<
- RowValue,
- Content2
- >, _ column3: TableColumn<RowValue, Content3>, _ column4: TableColumn<RowValue, Content4>,
- _ column5: TableColumn<
- RowValue,
- Content5
- >, _ column6: TableColumn<RowValue, Content6>, _ column7: TableColumn<RowValue, Content7>,
- _ column8: TableColumn<
- RowValue,
- Content8
- >, _ column9: TableColumn<RowValue, Content9>, _ column10: TableColumn<RowValue, Content10>,
- _ column11: TableColumn<
- RowValue,
- Content11
- >, _ column12: TableColumn<RowValue, Content12>
- ) -> TupleTableRowContent13<
- RowValue, Content0, Content1, Content2, Content3, Content4, Content5, Content6, Content7,
- Content8, Content9, Content10, Content11, Content12
- > {
- TupleTableRowContent13(
- column0, column1, column2, column3, column4, column5, column6, column7, column8,
- column9,
- column10, column11, column12
- )
- }
- public static func buildBlock<
- Content0: View, Content1: View, Content2: View, Content3: View, Content4: View,
- Content5: View, Content6: View, Content7: View, Content8: View, Content9: View,
- Content10: View, Content11: View, Content12: View, Content13: View
- >(
- _ column0: TableColumn<RowValue, Content0>, _ column1: TableColumn<RowValue, Content1>,
- _ column2: TableColumn<
- RowValue,
- Content2
- >, _ column3: TableColumn<RowValue, Content3>, _ column4: TableColumn<RowValue, Content4>,
- _ column5: TableColumn<
- RowValue,
- Content5
- >, _ column6: TableColumn<RowValue, Content6>, _ column7: TableColumn<RowValue, Content7>,
- _ column8: TableColumn<
- RowValue,
- Content8
- >, _ column9: TableColumn<RowValue, Content9>, _ column10: TableColumn<RowValue, Content10>,
- _ column11: TableColumn<
- RowValue,
- Content11
- >, _ column12: TableColumn<RowValue, Content12>, _ column13: TableColumn<
- RowValue,
- Content13
- >
- ) -> TupleTableRowContent14<
- RowValue, Content0, Content1, Content2, Content3, Content4, Content5, Content6, Content7,
- Content8, Content9, Content10, Content11, Content12, Content13
- > {
- TupleTableRowContent14(
- column0, column1, column2, column3, column4, column5, column6, column7, column8,
- column9,
- column10, column11, column12, column13
- )
- }
- public static func buildBlock<
- Content0: View, Content1: View, Content2: View, Content3: View, Content4: View,
- Content5: View, Content6: View, Content7: View, Content8: View, Content9: View,
- Content10: View, Content11: View, Content12: View, Content13: View, Content14: View
- >(
- _ column0: TableColumn<RowValue, Content0>, _ column1: TableColumn<RowValue, Content1>,
- _ column2: TableColumn<
- RowValue,
- Content2
- >, _ column3: TableColumn<RowValue, Content3>, _ column4: TableColumn<RowValue, Content4>,
- _ column5: TableColumn<
- RowValue,
- Content5
- >, _ column6: TableColumn<RowValue, Content6>, _ column7: TableColumn<RowValue, Content7>,
- _ column8: TableColumn<
- RowValue,
- Content8
- >, _ column9: TableColumn<RowValue, Content9>, _ column10: TableColumn<RowValue, Content10>,
- _ column11: TableColumn<
- RowValue,
- Content11
- >, _ column12: TableColumn<RowValue, Content12>, _ column13: TableColumn<
- RowValue,
- Content13
- >, _ column14: TableColumn<RowValue, Content14>
- ) -> TupleTableRowContent15<
- RowValue, Content0, Content1, Content2, Content3, Content4, Content5, Content6, Content7,
- Content8, Content9, Content10, Content11, Content12, Content13, Content14
- > {
- TupleTableRowContent15(
- column0, column1, column2, column3, column4, column5, column6, column7, column8,
- column9,
- column10, column11, column12, column13, column14
- )
- }
- public static func buildBlock<
- Content0: View, Content1: View, Content2: View, Content3: View, Content4: View,
- Content5: View, Content6: View, Content7: View, Content8: View, Content9: View,
- Content10: View, Content11: View, Content12: View, Content13: View, Content14: View,
- Content15: View
- >(
- _ column0: TableColumn<RowValue, Content0>, _ column1: TableColumn<RowValue, Content1>,
- _ column2: TableColumn<
- RowValue,
- Content2
- >, _ column3: TableColumn<RowValue, Content3>, _ column4: TableColumn<RowValue, Content4>,
- _ column5: TableColumn<
- RowValue,
- Content5
- >, _ column6: TableColumn<RowValue, Content6>, _ column7: TableColumn<RowValue, Content7>,
- _ column8: TableColumn<
- RowValue,
- Content8
- >, _ column9: TableColumn<RowValue, Content9>, _ column10: TableColumn<RowValue, Content10>,
- _ column11: TableColumn<
- RowValue,
- Content11
- >, _ column12: TableColumn<RowValue, Content12>, _ column13: TableColumn<
- RowValue,
- Content13
- >, _ column14: TableColumn<RowValue, Content14>, _ column15: TableColumn<
- RowValue,
- Content15
- >
- ) -> TupleTableRowContent16<
- RowValue, Content0, Content1, Content2, Content3, Content4, Content5, Content6, Content7,
- Content8, Content9, Content10, Content11, Content12, Content13, Content14, Content15
- > {
- TupleTableRowContent16(
- column0, column1, column2, column3, column4, column5, column6, column7, column8,
- column9,
- column10, column11, column12, column13, column14, column15
- )
- }
- public static func buildBlock<
- Content0: View, Content1: View, Content2: View, Content3: View, Content4: View,
- Content5: View, Content6: View, Content7: View, Content8: View, Content9: View,
- Content10: View, Content11: View, Content12: View, Content13: View, Content14: View,
- Content15: View, Content16: View
- >(
- _ column0: TableColumn<RowValue, Content0>, _ column1: TableColumn<RowValue, Content1>,
- _ column2: TableColumn<
- RowValue,
- Content2
- >, _ column3: TableColumn<RowValue, Content3>, _ column4: TableColumn<RowValue, Content4>,
- _ column5: TableColumn<
- RowValue,
- Content5
- >, _ column6: TableColumn<RowValue, Content6>, _ column7: TableColumn<RowValue, Content7>,
- _ column8: TableColumn<
- RowValue,
- Content8
- >, _ column9: TableColumn<RowValue, Content9>, _ column10: TableColumn<RowValue, Content10>,
- _ column11: TableColumn<
- RowValue,
- Content11
- >, _ column12: TableColumn<RowValue, Content12>, _ column13: TableColumn<
- RowValue,
- Content13
- >, _ column14: TableColumn<RowValue, Content14>, _ column15: TableColumn<
- RowValue,
- Content15
- >, _ column16: TableColumn<RowValue, Content16>
- ) -> TupleTableRowContent17<
- RowValue, Content0, Content1, Content2, Content3, Content4, Content5, Content6, Content7,
- Content8, Content9, Content10, Content11, Content12, Content13, Content14, Content15,
- Content16
- > {
- TupleTableRowContent17(
- column0, column1, column2, column3, column4, column5, column6, column7, column8,
- column9,
- column10, column11, column12, column13, column14, column15, column16
- )
- }
- public static func buildBlock<
- Content0: View, Content1: View, Content2: View, Content3: View, Content4: View,
- Content5: View, Content6: View, Content7: View, Content8: View, Content9: View,
- Content10: View, Content11: View, Content12: View, Content13: View, Content14: View,
- Content15: View, Content16: View, Content17: View
- >(
- _ column0: TableColumn<RowValue, Content0>, _ column1: TableColumn<RowValue, Content1>,
- _ column2: TableColumn<
- RowValue,
- Content2
- >, _ column3: TableColumn<RowValue, Content3>, _ column4: TableColumn<RowValue, Content4>,
- _ column5: TableColumn<
- RowValue,
- Content5
- >, _ column6: TableColumn<RowValue, Content6>, _ column7: TableColumn<RowValue, Content7>,
- _ column8: TableColumn<
- RowValue,
- Content8
- >, _ column9: TableColumn<RowValue, Content9>, _ column10: TableColumn<RowValue, Content10>,
- _ column11: TableColumn<
- RowValue,
- Content11
- >, _ column12: TableColumn<RowValue, Content12>, _ column13: TableColumn<
- RowValue,
- Content13
- >, _ column14: TableColumn<RowValue, Content14>, _ column15: TableColumn<
- RowValue,
- Content15
- >, _ column16: TableColumn<RowValue, Content16>, _ column17: TableColumn<
- RowValue,
- Content17
- >
- ) -> TupleTableRowContent18<
- RowValue, Content0, Content1, Content2, Content3, Content4, Content5, Content6, Content7,
- Content8, Content9, Content10, Content11, Content12, Content13, Content14, Content15,
- Content16, Content17
- > {
- TupleTableRowContent18(
- column0, column1, column2, column3, column4, column5, column6, column7, column8,
- column9,
- column10, column11, column12, column13, column14, column15, column16, column17
- )
- }
- public static func buildBlock<
- Content0: View, Content1: View, Content2: View, Content3: View, Content4: View,
- Content5: View, Content6: View, Content7: View, Content8: View, Content9: View,
- Content10: View, Content11: View, Content12: View, Content13: View, Content14: View,
- Content15: View, Content16: View, Content17: View, Content18: View
- >(
- _ column0: TableColumn<RowValue, Content0>, _ column1: TableColumn<RowValue, Content1>,
- _ column2: TableColumn<
- RowValue,
- Content2
- >, _ column3: TableColumn<RowValue, Content3>, _ column4: TableColumn<RowValue, Content4>,
- _ column5: TableColumn<
- RowValue,
- Content5
- >, _ column6: TableColumn<RowValue, Content6>, _ column7: TableColumn<RowValue, Content7>,
- _ column8: TableColumn<
- RowValue,
- Content8
- >, _ column9: TableColumn<RowValue, Content9>, _ column10: TableColumn<RowValue, Content10>,
- _ column11: TableColumn<
- RowValue,
- Content11
- >, _ column12: TableColumn<RowValue, Content12>, _ column13: TableColumn<
- RowValue,
- Content13
- >, _ column14: TableColumn<RowValue, Content14>, _ column15: TableColumn<
- RowValue,
- Content15
- >, _ column16: TableColumn<RowValue, Content16>, _ column17: TableColumn<
- RowValue,
- Content17
- >, _ column18: TableColumn<RowValue, Content18>
- ) -> TupleTableRowContent19<
- RowValue, Content0, Content1, Content2, Content3, Content4, Content5, Content6, Content7,
- Content8, Content9, Content10, Content11, Content12, Content13, Content14, Content15,
- Content16, Content17, Content18
- > {
- TupleTableRowContent19(
- column0, column1, column2, column3, column4, column5, column6, column7, column8,
- column9,
- column10, column11, column12, column13, column14, column15, column16, column17,
- column18
- )
- }
- public static func buildBlock<
- Content0: View, Content1: View, Content2: View, Content3: View, Content4: View,
- Content5: View, Content6: View, Content7: View, Content8: View, Content9: View,
- Content10: View, Content11: View, Content12: View, Content13: View, Content14: View,
- Content15: View, Content16: View, Content17: View, Content18: View, Content19: View
- >(
- _ column0: TableColumn<RowValue, Content0>, _ column1: TableColumn<RowValue, Content1>,
- _ column2: TableColumn<
- RowValue,
- Content2
- >, _ column3: TableColumn<RowValue, Content3>, _ column4: TableColumn<RowValue, Content4>,
- _ column5: TableColumn<
- RowValue,
- Content5
- >, _ column6: TableColumn<RowValue, Content6>, _ column7: TableColumn<RowValue, Content7>,
- _ column8: TableColumn<
- RowValue,
- Content8
- >, _ column9: TableColumn<RowValue, Content9>, _ column10: TableColumn<RowValue, Content10>,
- _ column11: TableColumn<
- RowValue,
- Content11
- >, _ column12: TableColumn<RowValue, Content12>, _ column13: TableColumn<
- RowValue,
- Content13
- >, _ column14: TableColumn<RowValue, Content14>, _ column15: TableColumn<
- RowValue,
- Content15
- >, _ column16: TableColumn<RowValue, Content16>, _ column17: TableColumn<
- RowValue,
- Content17
- >, _ column18: TableColumn<RowValue, Content18>, _ column19: TableColumn<
- RowValue,
- Content19
- >
- ) -> TupleTableRowContent20<
- RowValue, Content0, Content1, Content2, Content3, Content4, Content5, Content6, Content7,
- Content8, Content9, Content10, Content11, Content12, Content13, Content14, Content15,
- Content16, Content17, Content18, Content19
- > {
- TupleTableRowContent20(
- column0, column1, column2, column3, column4, column5, column6, column7, column8,
- column9,
- column10, column11, column12, column13, column14, column15, column16, column17,
- column18, column19
- )
- }
- }
|