Contents

callAsFunction(_:eventHandler:)

Performs the transformation on an input sequence.

Declaration

func callAsFunction<S>(_ input: S, eventHandler: EventHandler? = nil) async throws -> Self.OutputSequence where S : TemporalSequence, Self.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

Transforming and predicting