Value

public struct Value<Content> : Codable where Content : Decodable, Content : Encodable

Undocumented

Methods

  • Undocumented

    Declaration

    Swift

    public func get(from model: Model) -> Content

Factory Methods

  • Undocumented

    Declaration

    Swift

    public static func `static`(_ value: Content) -> Value<Content>
  • Undocumented

    Declaration

    Swift

    public static func at(_ key: String, default value: Content) -> Value<Content>