Error

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

Value members

Concrete methods

def valueCast[B]: Pot[B]

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: Long => B, fe: Throwable => B, fr: Nothing => B): B
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[Nothing]
Inherited from
Pot
def toTryOption: Option[Try[Nothing]]
Inherited from
Pot