---
title: "appending(_:)"
framework: createmlcomponents
role: symbol
role_heading: Instance Method
path: "createmlcomponents/temporaltransformer/appending(_:)"
---

# appending(_:)

Composes this temporal transformer with another temporal transformer.

## Declaration

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