movePreviousWhile
inline fun EventIterator.movePreviousWhile(predicate: EventIterator.() -> Boolean)
Content copied to clipboard
Moves the EventIterator to the previous, while the predicate is valid.
Moves the EventIterator to the previous, while the predicate is valid.