Transformer<CONTEXT> constructor

Transformer<CONTEXT>(
  1. List<Operation<CONTEXT>> operations
)

Implementation

Transformer(this.operations);