return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
zmpop(...\
func_get_args());
} public function brpop($key,
$timeout_or_key, ...
$extra_args): \Relay\Relay|array|false|null
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
brpop(...\
func_get_args());
} public function bzpopmax($key,
$timeout_or_key, ...
$extra_args): \Relay\Relay|array|false|null
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
bzpopmax(...\
func_get_args());
} public function bzpopmin($key,
$timeout_or_key, ...
$extra_args): \Relay\Relay|array|false|null
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
bzpopmin(...\
func_get_args());
} public function object($op,
$key): mixed
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
object(...\
func_get_args());
}