Prado\Collections\TPagedMapIterator::current PHP Method

current() public method

This method is required by the interface Iterator.
public current ( ) : mixed
return mixed the current array item
    public function current()
    {
        return $this->_iterator->current();
    }