Beispiel #1
0
 /**
  * @inheritDoc
  */
 public function map(callable $callback = null)
 {
     return $this->then($this->operations->map(func_get_args()));
 }