inverse abstract method

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

Removes the row of arguments from this window.

Implementation

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