TransformerProtocol

public protocol TransformerProtocol : NSObject

Undocumented

  • Undocumented

    Declaration

    Swift

    associatedtype FromType
  • Undocumented

    Declaration

    Swift

    associatedtype ToType
  • Undocumented

    Declaration

    Swift

    func transform(_ object: FromType) throws -> ToType