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

# appending(_:)

Composes this tabular transformer with another tabular transformer.

## Declaration

```swift
func appending<Other>(_ other: Other) -> ComposedTabularTransformer<Self, Other> where Other : TabularTransformer
```
