Contents

applied(to:eventHandler:)

Performs the transformation on a single input.

Declaration

func applied(to input: Self.Input, eventHandler: EventHandler?) async throws -> Self.Output

Parameters

  • input:

    The transformer input.

  • eventHandler:

    An event handler.

Return Value

An output produced by applying the transformer to the input.

See Also

Applying and adapting