예제 #1
0
 public function map($callback)
 {
     return new self(a::map($this->value, $callback));
 }