MapErrorFn

final class MapErrorFn[R, E, E2, A](val underlying: E => E2)
trait Cause[E] => ZIO[R, E2, Nothing]
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(a: Cause[E]): ZIO[R, E2, Nothing]

Inherited methods

def andThen[A](g: ZIO[R, E2, Nothing] => A): Cause[E] => A
Inherited from:
Function1
def compose[A](g: A => Cause[E]): A => ZIO[R, E2, Nothing]
Inherited from:
Function1
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from:
Function1

Concrete fields

override val underlying: E => E2