next

inline operator fun <Element> KoneIterator<Element>.next(): Element(source)

Gets the next element moves forward and returns the got element. It is an operator function to use in for cycles.