return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
sunsubscribe(...\
func_get_args());
} public function touch($key_or_array, ...
$more_keys): \Relay\Relay|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
touch(...\
func_get_args());
} public function pipeline(): \Relay\Relay|bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
pipeline(...\
func_get_args());
} public function multi($mode = 0
): \Relay\Relay|bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
multi(...\
func_get_args());
} public function exec(): \Relay\Relay|array|bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
exec(...\
func_get_args());
}