Packages

c

gopher.goasync

AsyncIterable

class AsyncIterable[A, CC[_] <: Iterable[_]] extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AsyncIterable
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AsyncIterable(x: CC[A])

Value Members

  1. def foreachAsync[U](f: (A) => Future[U])(implicit ec: ExecutionContext): Future[Unit]
  2. def mapAsync[U](f: (A) => Future[U])(implicit ec: ExecutionContext): Future[CC[U]]
  3. val x: CC[A]