Mapper.Mappable.init (map : Mapper.Mapper) throws -> A
Mapper.Mapper
Mapper.Mapper.(JSON in _B83EA2E0340383549B555C438C56C3CD) : __ObjC.NSDictionary
Mapper.Mapper.(JSONFromField in _B83EA2E0340383549B555C438C56C3CD) (Swift.String) -> Swift.Optional<Swift.AnyObject>
Mapper.Mapper.from <A where A: Mapper.Convertible, A == A.ConvertedType> (Swift.String) throws -> A
Mapper.Mapper.from <A where A: Mapper.Convertible, A == A.ConvertedType> (Swift.String) throws -> Swift.Array<A>
Mapper.Mapper.from <A where A: Mapper.Mappable> (Swift.String) throws -> A
Mapper.Mapper.from <A where A: Mapper.Mappable> (Swift.String) throws -> Swift.Array<A>
Mapper.Mapper.from <A where A: Swift.RawRepresentable> (Swift.String) throws -> A
Mapper.Mapper.from <A> (Swift.String) throws -> A
Mapper.Mapper.from <A> (Swift.String, transformation : (Swift.Optional<Swift.AnyObject>) throws -> A) throws -> A
Mapper.Mapper.init (JSON : __ObjC.NSDictionary) -> Mapper.Mapper
Mapper.Mapper.optionalFrom <A where A: Mapper.Convertible, A == A.ConvertedType> (Swift.Array<Swift.String>) -> Swift.Optional<A>
Mapper.Mapper.optionalFrom <A where A: Mapper.Convertible, A == A.ConvertedType> (Swift.String) -> Swift.Optional<A>
Mapper.Mapper.optionalFrom <A where A: Mapper.Convertible, A == A.ConvertedType> (Swift.String) -> Swift.Optional<Swift.Array<A>>
Mapper.Mapper.optionalFrom <A where A: Mapper.Mappable> (Swift.Array<Swift.String>) -> Swift.Optional<A>
Mapper.Mapper.optionalFrom <A where A: Mapper.Mappable> (Swift.String) -> Swift.Optional<A>
Mapper.Mapper.optionalFrom <A where A: Mapper.Mappable> (Swift.String) -> Swift.Optional<Swift.Array<A>>
Mapper.Mapper.optionalFrom <A where A: Swift.RawRepresentable> (Swift.Array<Swift.String>) -> Swift.Optional<A>
Mapper.Mapper.optionalFrom <A where A: Swift.RawRepresentable> (Swift.String) -> Swift.Optional<A>
Mapper.Mapper.optionalFrom <A> (Swift.Array<Swift.String>) -> Swift.Optional<A>
Mapper.Mapper.optionalFrom <A> (Swift.String) -> Swift.Optional<A>
Mapper.Mapper.optionalFrom <A> (Swift.String, transformation : (Swift.Optional<Swift.AnyObject>) throws -> Swift.Optional<A>) -> Swift.Optional<A>
Mapper.MapperError
Mapper.MapperError.init () -> Mapper.MapperError
Mapper.Transform
_TP6Mapper11Convertible
_TP6Mapper11Convertible13ConvertedType
_TP6Mapper8Mappable
static (extension in Mapper):Mapper.Mappable.from (__ObjC.NSArray) -> Swift.Optional<Swift.Array<A>>
static (extension in Mapper):Mapper.Mappable.from (__ObjC.NSDictionary) -> Swift.Optional<A>
static (extension in Mapper):__ObjC.NSURL.fromMap (Swift.Optional<Swift.AnyObject>) throws -> __ObjC.NSURL
static Mapper.Convertible.fromMap (Swift.Optional<Swift.AnyObject>) throws -> A.ConvertedType
static Mapper.Mappable.from (__ObjC.NSArray) -> Swift.Optional<Swift.Array<A>>
static Mapper.Mappable.from (__ObjC.NSDictionary) -> Swift.Optional<A>
static Mapper.Transform.toDictionary <A, B where A: Mapper.Mappable, B: Swift.Hashable> (key : (A) -> B) -> (object : Swift.Optional<Swift.AnyObject>) throws -> Swift.Dictionary<B, A>