ThrowableMapping

cps.monads.ThrowableMapping
See theThrowableMapping companion object
trait ThrowableMapping[E]

Attributes

Companion
object
Source
EitherCpsMonad.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def fromThrowable(t: Throwable): Option[E]

Attributes

Source
EitherCpsMonad.scala
def toThrowable(e: E): Option[Throwable]

Attributes

Source
EitherCpsMonad.scala