MapErrorCauseFn

final class MapErrorCauseFn[R, E, E2, A](val underlying: Cause[E] => Cause[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): T1 => A
Inherited from:
Function1
def compose[A](g: A => Cause[E]): A => R
Inherited from:
Function1
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Definition Classes
Function1 -> Any
Inherited from:
Function1

Concrete fields

override val underlying: Cause[E] => Cause[E2]