phpstreams\operations\DistinctOperation::getIterator PHP Method

getIterator() public method

public getIterator ( )
    public function getIterator()
    {
        return $this->isSorted() ? $this->sortedIterator() : $this->unsortedIterator();
    }