return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
zintercard(...\
func_get_args());
} public function zinterstore($dst,
$keys,
$weights = null,
$options = null
): \Relay\Relay|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
zinterstore(...\
func_get_args());
} public function zunion($keys,
$weights = null,
$options = null
): \Relay\Relay|array|false
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
zunion(...\
func_get_args());
} public function zunionstore($dst,
$keys,
$weights = null,
$options = null
): \Relay\Relay|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
zunionstore(...\
func_get_args());
} public function zpopmin($key,
$count = 1
): \Relay\Relay|array|false
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
zpopmin(...\
func_get_args());
}