Searched refs:hasNextSuspend (Results 1 – 1 of 1) sorted by relevance
833 return hasNextSuspend() in hasNext()844 … private suspend fun hasNextSuspend(): Boolean = suspendCancellableCoroutineReusable sc@ { cont -> in hasNextSuspend() method in Itr