RefineToOrDieOps

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

Value members

Concrete methods

def refineToOrDie[E1 <: E : ClassTag](implicit evidence$2: ClassTag[E1], ev: CanFail[E], trace: Trace): ZStream[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.