return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
lGet(...\
func_get_args());
} public function lGetRange($key,
$start,
$end) { return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
lGetRange(...\
func_get_args());
} public function lRemove($key,
$value,
$count) { return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
lRemove(...\
func_get_args());
} public function lSize($key) { return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
lSize(...\
func_get_args());
} public function listTrim($key,
$start,
$stop) { return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
listTrim(...\
func_get_args());
}