return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
rpop(...\
func_get_args());
} public function rpoplpush($source,
$dest): mixed
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
rpoplpush(...\
func_get_args());
} public function brpoplpush($source,
$dest,
$timeout): mixed
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
brpoplpush(...\
func_get_args());
} public function blpop($key,
$timeout_or_key, ...
$extra_args): \Relay\Relay|array|false|null
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
blpop(...\
func_get_args());
} public function blmpop($timeout,
$keys,
$from,
$count = 1
): \Relay\Relay|array|false|null
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
blmpop(...\
func_get_args());
}