Skip to content
rockbruno edited this page May 9, 2020 · 1 revision

Output

public struct Output

Initializers

init(info:)

init<T: InfoProvider>(info: ExtractedInfo<T>) throws

init(rawDictionary:summaries:errors:)

public init(rawDictionary: [String: Any], summaries: [Summary], errors: [String])

Properties

rawDictionary

let rawDictionary: [String: Any]

summaries

let summaries: [Summary]

errors

let errors: [String]

Methods

extractedInfo(ofType:)

func extractedInfo<T: InfoProvider>(ofType type: T.Type) throws -> T?

+(lhs:rhs:)

public static func +(lhs: Output, rhs: Output) -> Output

+=(lhs:rhs:)

public static func +=(lhs: inout Output, rhs: Output)
Clone this wiki locally