applied(to:eventHandler:)
Performs the transformation on a single input.
Declaration
func applied(to input: Self.Input, eventHandler: EventHandler?) async throws -> Self.OutputParameters
- input:
The transformer input.
- eventHandler:
An event handler.
Return Value
An output produced by applying the transformer to the input.