Pending

case object Pending extends Pot[Nothing]
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Pot[Nothing]
class Object
trait Matchable
class Any
Pending.type

Type members

Inherited types

type MirroredElemLabels = EmptyTuple

The names of the product elements

The names of the product elements

Inherited from:
Singleton
type MirroredElemTypes = EmptyTuple
Inherited from:
Singleton
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror
type MirroredMonoType = Singleton.this.type

The mirrored *-type

The mirrored *-type

Inherited from:
Singleton
type MirroredType = Singleton.this.type
Inherited from:
Singleton

Value members

Inherited methods

def flatMap[B](f: Nothing => Pot[B]): Pot[B]
Inherited from:
Pot
def flatten[B](implicit ev: Nothing <:< Pot[B]): Pot[B]
Inherited from:
Pot
def fold[B](fp: => B, fe: Throwable => B, fr: Nothing => B): B
Inherited from:
Pot
def fromProduct(p: Product): MirroredMonoType

Create a new instance of type T with elements taken from product p.

Create a new instance of type T with elements taken from product p.

Inherited from:
Singleton
def isError: Boolean
Inherited from:
Pot
def isPending: Boolean
Inherited from:
Pot
def isReady: Boolean
Inherited from:
Pot
def map[B](f: Nothing => B): Pot[B]
Inherited from:
Pot
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def toOption: Option[A]
Inherited from:
Pot
def toOptionTry: Option[Try[A]]
Inherited from:
Pot
Inherited from:
Pot
def void: Pot[Unit]
Inherited from:
Pot