kbox-android / ch.tutteli.kbox / PeekingIterator / peek

peek

abstract fun peek(): T

Returns the next element without consuming it.

Exceptions

NoSuchElementException - in case there is no next element.

Return
the next element without consuming it