apply method

void apply(
  1. Operation<T> operation
)

Implementation

void apply(Operation<T> operation) => operation.applyTo(this);