Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

GraphBuilder

mattt edited this page Nov 16, 2020 · 2 revisions

GraphBuilder

@_functionBuilder public struct GraphBuilder

Methods

buildBlock(_:)

public static func buildBlock(_ members: GraphMember) -> GraphMember

buildIf(_:)

public static func buildIf(_ member: GraphMember?) -> GraphMember

buildEither(first:)

public static func buildEither(first: GraphMember) -> GraphMember

buildEither(second:)

public static func buildEither(second: GraphMember) -> GraphMember
Clone this wiki locally