Packages

c

dispatch.FutureEither

LeftProjection

class LeftProjection[+A, +B] extends AnyRef

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

Instance Constructors

  1. new LeftProjection(underlying: Future[Either[A, B]])(implicit executor: ExecutionContext)

Value Members

  1. def flatMap[BB >: B, X](f: (A) ⇒ Future[Either[X, BB]]): Future[Either[X, BB]]
  2. def foreach[U](f: (A) ⇒ U): Unit
  3. def map[X](f: (A) ⇒ X): Future[Either[X, B]]