TapCauseRefailFn

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

Value members

Concrete methods

def apply(c: Cause[E]): ZIO[R, E1, Nothing]

Inherited methods

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

Concrete fields

override val underlying: Cause[E] => ZIO[R, E1, Any]