Structures

The following structures are available globally.

  • Transforms [String: AnyObject] <-> [Key: Value] where Key is RawRepresentable as String, Value is Mappable

    See more

    Declaration

    Swift

    public struct DictionaryTransform<Key, Value>: TransformType where Key: Hashable, Key: RawRepresentable, Key.RawValue == String, Value: Mappable
  • Undocumented

    See more

    Declaration

    Swift

    public struct MapError: Error
  • Undocumented

    See more

    Declaration

    Swift

    public struct JSON