Packages

c

zio.prelude.fx.ZPure

ZPureRefineToOrDieOps

implicit final class ZPureRefineToOrDieOps[W, S1, S2, R, E <: Throwable, A] extends AnyRef

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ZPureRefineToOrDieOps
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ZPureRefineToOrDieOps(self: ZPure[W, S1, S2, R, E, A])

Value Members

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

    Keeps some of the errors, and throw the rest.