return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
timeout(...\
func_get_args());
} public function getReadTimeout(): false|float
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
getReadTimeout(...\
func_get_args());
} public function readTimeout(): false|float
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
readTimeout(...\
func_get_args());
} public function getBytes(): array
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
getBytes(...\
func_get_args());
} public function bytes(): array
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
bytes(...\
func_get_args());
}