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