step abstract method

void step(
  1. List<Object?> arguments,
  2. AggregateContext<V> context
)

Adds a new row to the aggregate.

The context should be modified to reflect the new row calling this function with arguments.

Implementation

void step(List<Object?> arguments, AggregateContext<V> context);