izzum\rules\Closure::_applies PHP Method

_applies() protected method

protected _applies ( )
    protected function _applies()
    {
        return (bool) call_user_func_array($this->closure, $this->arguments);
    }