return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
hget(...\
func_get_args());
} public function hstrlen($hash,
$member): \Relay\Relay|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
hstrlen(...\
func_get_args());
} public function hgetall($hash): \Relay\Relay|array|false
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
hgetall(...\
func_get_args());
} public function hkeys($hash): \Relay\Relay|array|false
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
hkeys(...\
func_get_args());
} public function hvals($hash): \Relay\Relay|array|false
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
hvals(...\
func_get_args());
}