Error

final case class Error(t: Throwable) extends PotOption[Nothing]
trait Serializable
trait Product
trait Equals
trait PotOption[Nothing]
class Object
trait Matchable
class Any

Value members

Concrete methods

def valueCast[B]: PotOption[B]

Inherited methods

def flatMap[B](f: Nothing => PotOption[B]): PotOption[B]
Inherited from:
PotOption
def flatten[B](implicit ev: Nothing <:< PotOption[B]): PotOption[B]
Inherited from:
PotOption
def fold[B](fp: => B, fe: Throwable => B, frn: => B, frs: Nothing => B): B
Inherited from:
PotOption
def isDefined: Boolean
Inherited from:
PotOption
def isError: Boolean
Inherited from:
PotOption
def isPending: Boolean
Inherited from:
PotOption
def isReady: Boolean
Inherited from:
PotOption
def map[B](f: Nothing => B): PotOption[B]
Inherited from:
PotOption
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def toOption: Option[Nothing]
Inherited from:
PotOption
def toOptionTry: Option[Try[Nothing]]
Inherited from:
PotOption
def toPot: Pot[Nothing]
Inherited from:
PotOption
def void: PotOption[Unit]
Inherited from:
PotOption