step abstract method

void step(
  1. SqliteArguments 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(SqliteArguments arguments, AggregateContext<V> context);