clear method

void clear(
  1. _TOperation<T> operation
)

Implementation

void clear(_TOperation<T> operation) {
  _operations.clear();
}