Пример #1
0
 /**
  * @inheritDoc
  */
 public function filter(callable $callback = null)
 {
     return $this->then($this->operations->filter(func_get_args()));
 }