Exakat\Analyzer\Functions\Closures::analyze PHP Method

analyze() public method

function ($x) {}
public analyze ( )
    public function analyze()
    {
        $this->atomIs('Function')->isLambda();
        $this->prepareQuery();
    }
Closures