示例#1
0
 /**
  * {@inheritdoc}
  */
 public function apply($value)
 {
     return $this->applySelector->apply($this->valueSelector->apply($value));
 }