Transformer
public protocol Transformer
Adds the capability to transform a given object of type T into an object of target type, U.
-
Undocumented
Declaration
Swift
associatedtype IType -
Undocumented
Declaration
Swift
associatedtype OType
View on GitHub
Transformer Protocol Reference