removeNext

abstract fun removeNext()(source)

Removes the next element if it's present or throws NoFollowingElementInIteratorException if there is no next element.

Throws

when there is no next element.