Dotink\Parody\Iterator::current PHP Method

current() public method

Get the current value
public current ( ) : mixed
return mixed The current value of the set traversable value
    public function current()
    {
        return current($this->extended['traversableValue']);
    }