build method

SequentialProcessor<T> build()

Implementation

SequentialProcessor<T> build() {
  return SequentialProcessor<T>(this);
}