add method

void add(
  1. _TOperation<T> operation
)

Implementation

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