public function aggregate($subject)
 {
     $this->if->aggregate($subject);
     $this->then->aggregate($subject);
     $this->else->aggregate($subject);
 }