Functional\Sequences\LinearSequence::next PHP Method

next() public method

public next ( )
    public function next()
    {
        $this->value += $this->amount;
    }