Type Method 型メソッド

buildBlock(_:_:_:)

No overview available. 概要は利用可能でありません。

Declaration 宣言

static func buildBlock<C0, C1, C2>(_ c0: C0, _ c1: C1, _ c2: C2) -> TupleTableRowContent<Value, (C0, C1, C2)> where Value == C0.TableRowValue, C0 : TableRowContent, C1 : TableRowContent, C2 : TableRowContent, C0.TableRowValue == C1.TableRowValue, C1.TableRowValue == C2.TableRowValue
Available when Value conforms to Identifiable.

See Also 参照

Building a Row