Contents

Transformer

A transformer that takes an input and produces an output.

Declaration

protocol Transformer<Input, Output>

Topics

Applying and adapting

Appending

Transforming and predicting

Exporting

See Also

Protocols