GenericThrowableAdapter

cps.monads.zio.GenericThrowableAdapter$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def fromThrowable[R, E, A](e: Throwable): ZIO[R, E, A]
def toThrowable[E](e: E): Throwable