public function isEmpty() : bool { if (!isset($this->data[$this->bag ->getStorageKey()])) { return true; } ++$this->usageIndex; if ($this->usageReporter && 0 <= $this->usageIndex) { ($this->usageReporter)(); } return empty($this->data[$this->bag ->getStorageKey()]); }