return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
lpushx(...\
func_get_args());
} public function rpushx($key,
$mem, ...
$mems): \Relay\Relay|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
rpushx(...\
func_get_args());
} public function lset($key,
$index,
$mem): \Relay\Relay|bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
lset(...\
func_get_args());
} public function lpop($key,
$count = 1
): mixed
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
lpop(...\
func_get_args());
} public function lpos($key,
$value,
$options = null
): \Relay\Relay|array|false|int|null
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
lpos(...\
func_get_args());
}