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