---
title: "applied(to:eventHandler:)"
framework: createmlcomponents
role: symbol
role_heading: Instance Method
path: "createmlcomponents/transformertotemporaladaptor/applied(to:eventhandler:)"
---

# applied(to:eventHandler:)

Performs the transformation on each element of the input sequence.

## Declaration

```swift
func applied<S>(to input: S, eventHandler: EventHandler? = nil) async throws -> AnyTemporalSequence<TransformerToTemporalAdaptor<Base>.Output> where S : TemporalSequence, Base.Input == S.Feature
```

## See Also

### Applying

- [TransformerToTemporalAdaptor.Input](createmlcomponents/transformertotemporaladaptor/input.md)
- [TransformerToTemporalAdaptor.Output](createmlcomponents/transformertotemporaladaptor/output.md)
- [TransformerToTemporalAdaptor.OutputSequence](createmlcomponents/transformertotemporaladaptor/outputsequence.md)
