Ejemplo n.º 1
0
 public function filterPairs($callback)
 {
     return new self(a::filterPairs($this->value, $callback));
 }