generic method

Transformation generic(
  1. String transformation
)

Implementation

Transformation generic(String transformation) {
  return add(GenericAction(transformation));
}