appending(_:)

Composes this temporal transformer with another temporal transformer.

Declaration

func appending<Other>(_ other: Other) -> ComposedTemporalTransformer<Self, Other> where Other : TemporalTransformer, Self.Output == Other.Input