FoldCauseMFailureFn

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

Value members

Concrete methods

def apply(c: Cause[E]): ZIO[R, E2, A]

Inherited methods

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

Concrete fields

override val underlying: E => ZIO[R, E2, A]