return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
bitfield(...\
func_get_args());
} public function config($operation,
$key = null,
$value = null
): \Relay\Relay|array|bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
config(...\
func_get_args());
} public function command(...
$args): \Relay\Relay|array|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
command(...\
func_get_args());
} public function bitop($operation,
$dstkey,
$srckey, ...
$other_keys): \Relay\Relay|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
bitop(...\
func_get_args());
} public function bitpos($key,
$bit,
$start = null,
$end = null,
$bybit = false
): \Relay\Relay|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
bitpos(...\
func_get_args());
}