final case class Terminate[S[_, _]](termination: () => Throwable) extends FreePanic[S, Nothing, Nothing] with Product with Serializable
Instance Constructors
- new Terminate(termination: () => Throwable)
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def *>[S1[e, a] >: S[e, a], B, E1 >: Nothing](sc: FreePanic[S1, E1, B]): FreePanic[S1, E1, B]
- final def <*[S1[e, a] >: S[e, a], B, E1 >: Nothing](sc: FreePanic[S1, E1, B]): FreePanic[S1, E1, Nothing]
- final def ==(arg0: Any): Boolean
- final def as[B](as: => B): FreePanic[S, Nothing, B]
- final def asInstanceOf[T0]: T0
- final def bracket[S1[e, a] >: S[e, a], B, E1 >: Nothing](release: (Nothing) => FreePanic[S1, Nothing, Unit])(use: (Nothing) => FreePanic[S1, E1, B]): FreePanic[S1, E1, B]
- final def bracketCase[S1[e, a] >: S[e, a], B, E1 >: Nothing](release: (Nothing, Exit[E1, B]) => FreePanic[S1, Nothing, Unit])(use: (Nothing) => FreePanic[S1, E1, B]): FreePanic[S1, E1, B]
- final def catchAll[S1[e, a] >: S[e, a], A1 >: Nothing, E1](err: (Nothing) => FreePanic[S1, E1, A1]): FreePanic[S1, E1, A1]
- final def catchSome[S1[e, a] >: S[e, a], A2 >: Nothing, E1 >: Nothing](err: PartialFunction[Nothing, FreePanic[S1, E1, A2]]): FreePanic[S1, E1, A2]
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def finalize(): Unit
- final def flatMap[S1[e, a] >: S[e, a], B, E1 >: Nothing](fun: (Nothing) => FreePanic[S1, E1, B]): FreePanic[S1, E1, B]
- final def flip: FreePanic[S, Nothing, Nothing]
- final def foldMap[S1[e, a] >: S[e, a], G[+_, +_]](transform: ~>>[S1, G])(implicit G: Panic2[G]): G[Nothing, Nothing]
- final def getClass(): Class[_ <: AnyRef]
- final def guarantee[S1[e, a] >: S[e, a]](g: FreePanic[S1, Nothing, Unit]): FreePanic[S1, Nothing, Nothing]
- final def isInstanceOf[T0]: Boolean
- final def map[B](fun: (Nothing) => B): FreePanic[S, Nothing, B]
- final def mapK[S1[e, a] >: S[e, a], T[_, _]](f: ~>>[S1, T]): FreePanic[T, Nothing, Nothing]
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def productElementNames: Iterator[String]
- final def redeem[S1[e, a] >: S[e, a], B, E1](err: (Nothing) => FreePanic[S1, E1, B], succ: (Nothing) => FreePanic[S1, E1, B]): FreePanic[S1, E1, B]
- final def redeemPure[B](err: (Nothing) => B, succ: (Nothing) => B): FreePanic[S, Nothing, B]
- final def sandbox: FreePanic[S, FailureUninterrupted[Nothing], Nothing]
- final def synchronized[T0](arg0: => T0): T0
- val termination: () => Throwable
- def toString(): String
- final def void: FreePanic[S, Nothing, Unit]
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
Inherited from Product
Inherited from Equals
Inherited from FreePanic[S, Nothing, Nothing]
Inherited from AnyRef
Inherited from Any