hasNext

abstract suspend operator fun hasNext(): Boolean

Returns true if the iterator has a next element, suspending the caller while processing it.