add method

Transformation add(
  1. Action action
)

Implementation

Transformation add(Action action) {
  components.add(action);
  return this;
}