interface ISeriesTransform {
    flush(): Bar[];
    push(bar: Bar): Bar[];
    reset(): void;
}

Implemented by

Methods

Methods