Packages

package data

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package implicits

Type Members

  1. final case class Error[A](t: Throwable) extends Pot[A] with Product with Serializable
  2. final case class Pending[A](start: Long = System.currentTimeMillis()) extends Pot[A] with Product with Serializable
  3. sealed trait Pot[A] extends AnyRef
  4. final case class Ready[A](value: A) extends Pot[A] with Product with Serializable

Value Members

  1. object Pot

Ungrouped