applied(to:eventHandler:)
Performs the transformation on an input sequence.
Declaration
func applied<S>(to input: S, eventHandler: EventHandler?) async throws -> Self.OutputSequence where S : TemporalSequence, Self.Input == S.FeatureParameters
- input:
The input temporal sequence.
- eventHandler:
An event handler.
Return Value
An async sequence produced by applying the transformation to the input.