Contents

buildEither(second:)

Creates a row result for the second of two row content alternatives.

Declaration

static func buildEither<T, F>(second: F) -> _ConditionalContent<T, F> where RowValue == T.TableRowValue, Sort == T.TableColumnSortComparator, T : TableColumnContent, F : TableColumnContent, T.TableColumnSortComparator == F.TableColumnSortComparator, T.TableRowValue == F.TableRowValue

Discussion

This method provides support for “if” statements in multi-statement closures, producing conditional content for the “else” branch.