/**
  *
  * @param DefinitionInterface[] $eachDefinition
  * @return DefinitionInterface
  */
 public final function withEachDefinition($eachDefinition)
 {
     $this->definition = $this->definition->withEachDefinition($eachDefinition);
     return $this;
 }