Ouzo\Utilities\Iterator\GeneratingIterator::generate PHP Method

generate() private method

private generate ( )
    private function generate()
    {
        $function = $this->function;
        $this->current = $function($this->index);
    }