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

# applied(to:eventHandler:)

Performs the composed transformation on a single input.

## Declaration

```swift
func applied(to input: DataFrame, eventHandler: EventHandler? = nil) async throws -> DataFrame
```

## Parameters

- `input`: The transformer input.
- `eventHandler`: An event handler.

## Return Value

Return Value An output produced by applying the transformer to the input.
