ZioRefineToOrDieOps

final implicit class ZioRefineToOrDieOps[R, E <: Throwable, A](self: ZIO[R, E, A]) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def refineToOrDie[E1 <: E : ClassTag](implicit evidence$46: ClassTag[E1], ev: CanFail[E], trace: Trace): ZIO[R, E1, A]

Keeps some of the errors, and terminates the fiber with the rest.

Keeps some of the errors, and terminates the fiber with the rest.