callAsFunction(to:eventHandler:)
Performs the transformation on a sequence of inputs.
Declaration
func callAsFunction<S>(to input: S, eventHandler: EventHandler? = nil) async throws -> [Self.OutputSequence] where S : Sequence, Self.Input == S.Element.Feature, S.Element : TemporalSequenceParameters
- input:
The transformer inputs.
- eventHandler:
An event handler.
Return Value
The outputs produced by applying the transformer to the inputs.