return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
_unpack(...\
func_get_args());
} public function _compress($value) { return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
_compress(...\
func_get_args());
} public function _uncompress($value) { return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
_uncompress(...\
func_get_args());
} public function acl($subcmd, ...
$args) { return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
acl(...\
func_get_args());
} public function append($key,
$value) { return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
append(...\
func_get_args());
}