Packages

c

sbt

Selected

final case class Selected[A, B](fab: Task[Either[A, B]], fin: Task[(A) ⇒ B]) extends Action[B] with Product with Serializable

A computation that conditionally falls back to a second transformation. This can be used to encode if conditions.

Linear Supertypes
Serializable, Serializable, Product, Equals, Action[B], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Selected
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Action
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Selected(fab: Task[Either[A, B]], fin: Task[(A) ⇒ B])

Type Members

  1. type K[L[x]] = L[Either[A, B]]

Value Members

  1. val fab: Task[Either[A, B]]
  2. val fin: Task[(A) ⇒ B]