AsyncIterator

trait AsyncIterator[F[_], T]

Minimal mutable async stream.

Companion:
object
Source:
AsyncIterator.scala
class Object
trait Matchable
class Any
class AsyncListIterator[F, T]

Value members

Abstract methods

def next: F[Option[T]]

return the next element of stream in option or None if stream is finished.

return the next element of stream in option or None if stream is finished.

Source:
AsyncIterator.scala