Contents

applied(to:eventHandler:)

Performs the composed transformation on an input sequence.

Declaration

func applied<S>(to input: S, eventHandler: EventHandler? = nil) async throws -> ComposedTemporalTransformer<Inner, Outer>.OutputSequence where S : TemporalSequence, Inner.Input == S.Feature

Parameters

  • input:

    The input temporal sequence.

  • eventHandler:

    An event handler.

Return Value

An async sequence produced by applying the transformation to the input.

See Also

Applying a transformer