/**
  * Get string representation of this constraint.
  *
  * @return string
  */
 public function toString()
 {
     return vsprintf('Traversable<%s>', [$this->valueConstraint->toString()]);
 }