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