---
title: "init(_:)"
framework: createmlcomponents
role: symbol
role_heading: Initializer
path: "createmlcomponents/transformertotemporaladaptor/init(_:)"
---

# init(_:)

Creates a temporal transformer from a transformer.

## Declaration

```swift
init(_ transformer: Base)
```

## Discussion

Discussion The resulting transformer applies the underlying transformer to each element in the input sequence.
