Contents

applied(to:eventHandler:)

Extracts a window sequence from the input sequence

Declaration

func applied<S>(to input: S, eventHandler: EventHandler?) throws -> SlidingWindowTransformer<Input>.WindowSequence where Input == S.Feature, S : TemporalSequence

Parameters

  • input:

    An async sequence of inputs.

  • eventHandler:

    An event handler.

Return Value

An async sequence of windowed outputs.

See Also

Performing the transformation