ZPureRefineToOrDieOps

zio.prelude.fx.ZPure.ZPureRefineToOrDieOps
final implicit class ZPureRefineToOrDieOps[W, S1, S2, R, E <: Throwable, A](self: ZPure[W, S1, S2, R, E, A])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def refineToOrDie[E1 <: E : ClassTag](implicit evidence$1: ClassTag[E1], ev: CanFail[E]): ZPure[W, S1, S2, R, E1, A]

Keeps some of the errors, and throw the rest.

Keeps some of the errors, and throw the rest.

Attributes