object FreePanic
Type Members
- final case class BracketCase[S[_, _], E, A0, A](acquire: FreePanic[S, E, A0], release: (A0, Exit[E, A]) => FreePanic[S, Nothing, Unit], use: (A0) => FreePanic[S, E, A]) extends FreePanic[S, E, A] with Product with Serializable
- final case class BracketExcept[S[_, _], E, A0, A](acquire: (RestoreInterruption2[[+β$14$, +γ$15$]FreePanic[S, β$14$, γ$15$]]) => FreePanic[S, E, A0], release: (A0, Exit[E, A]) => FreePanic[S, Nothing, Unit], use: (A0) => FreePanic[S, E, A]) extends FreePanic[S, E, A] with Product with Serializable
- final case class CapturedRestoreInterruption[S[_, _], G[+_, +_], E, A](restoreInterruption2: RestoreInterruption2[G], sub: FreePanic[S, E, A]) extends FreePanic[S, E, A] with Product with Serializable
- final case class Fail[S[_, _], E](fail: () => E) extends FreePanic[S, E, Nothing] with Product with Serializable
- final case class FlatMapped[S[_, _], E, E1 >: E, A, B](sub: FreePanic[S, E, A], cont: (A) => FreePanic[S, E1, B]) extends FreePanic[S, E1, B] with Product with Serializable
- class Panic2Instance[S[_, _]] extends Panic2[[+β$18$, +γ$19$]FreePanic[S, β$18$, γ$19$]]
- final case class Pure[S[_, _], A](a: A) extends FreePanic[S, Nothing, A] with Product with Serializable
- final case class Redeem[S[_, _], E, E1, A, B](sub: FreePanic[S, E, A], err: (E) => FreePanic[S, E1, B], suc: (A) => FreePanic[S, E1, B]) extends FreePanic[S, E1, B] with Product with Serializable
- final case class Sandbox[S[_, _], E, A](sub: FreePanic[S, E, A]) extends FreePanic[S, FailureUninterrupted[E], A] with Product with Serializable
- final case class SelfInterrupt[S[_, _]]() extends FreePanic[S, Nothing, Unit] with Product with Serializable
- final case class Suspend[S[_, _], E, A](s: S[E, A]) extends FreePanic[S, E, A] with Product with Serializable
- final case class Terminate[S[_, _]](termination: () => Throwable) extends FreePanic[S, Nothing, Nothing] with Product with Serializable
- final case class Uninterruptible[S[_, _], E, A](sub: FreePanic[S, E, A]) extends FreePanic[S, E, A] with Product with Serializable
- final case class UninterruptibleExcept[S[_, _], E, A](sub: (RestoreInterruption2[[+β$10$, +γ$11$]FreePanic[S, β$10$, γ$11$]]) => FreePanic[S, E, A]) extends FreePanic[S, E, A] with Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- implicit def FreePanicInstances[S[_, _]]: Panic2[[+β$16$, +γ$17$]FreePanic[S, β$16$, γ$17$]]
- final def asInstanceOf[T0]: T0
- def bracket[S[_, _], E, A0, A](acquire: FreePanic[S, E, A0])(release: (A0) => FreePanic[S, Nothing, Unit])(use: (A0) => FreePanic[S, E, A]): FreePanic[S, E, A]
- def bracketCase[S[_, _], E, A0, A](acquire: FreePanic[S, E, A0])(release: (A0, Exit[E, A]) => FreePanic[S, Nothing, Unit])(use: (A0) => FreePanic[S, E, A]): FreePanic[S, E, A]
- def bracketExcept[S[_, _], E, A0, A](acquire: (RestoreInterruption2[[+β$4$, +γ$5$]FreePanic[S, β$4$, γ$5$]]) => FreePanic[S, E, A0])(release: (A0) => FreePanic[S, Nothing, Unit])(use: (A0) => FreePanic[S, E, A]): FreePanic[S, E, A]
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def fail[S[_, _], E](e: => E): FreePanic[S, E, Nothing]
- def finalize(): Unit
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- def lift[S[_, _], E, A](s: S[E, A]): FreePanic[S, E, A]
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def pure[S[_, _], A](a: A): FreePanic[S, Nothing, A]
- def sendInterruptToSelf[S[_, _]]: FreePanic[S, Nothing, Unit]
- final def synchronized[T0](arg0: => T0): T0
- def terminate[S[_, _]](e: => Throwable): FreePanic[S, Nothing, Nothing]
- def toString(): String
- def uninterruptible[S[_, _], E, A](s: FreePanic[S, E, A]): FreePanic[S, E, A]
- def uninterruptibleExcept[S[_, _], E, A](s: (RestoreInterruption2[[+β$2$, +γ$3$]FreePanic[S, β$2$, γ$3$]]) => FreePanic[S, E, A]): FreePanic[S, E, A]
- def unit[S[_, _]]: FreePanic[S, Nothing, Unit]
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- object CapturedRestoreInterruption extends Serializable
- object Panic2Instance extends Panic2Instance[Nothing]
Inherited from AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def finalize(): Unit
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
Inherited from Any
Value Members
- final def asInstanceOf[T0]: T0
- final def isInstanceOf[T0]: Boolean
Ungrouped
- final case class BracketCase[S[_, _], E, A0, A](acquire: FreePanic[S, E, A0], release: (A0, Exit[E, A]) => FreePanic[S, Nothing, Unit], use: (A0) => FreePanic[S, E, A]) extends FreePanic[S, E, A] with Product with Serializable
- final case class BracketExcept[S[_, _], E, A0, A](acquire: (RestoreInterruption2[[+β$14$, +γ$15$]FreePanic[S, β$14$, γ$15$]]) => FreePanic[S, E, A0], release: (A0, Exit[E, A]) => FreePanic[S, Nothing, Unit], use: (A0) => FreePanic[S, E, A]) extends FreePanic[S, E, A] with Product with Serializable
- final case class CapturedRestoreInterruption[S[_, _], G[+_, +_], E, A](restoreInterruption2: RestoreInterruption2[G], sub: FreePanic[S, E, A]) extends FreePanic[S, E, A] with Product with Serializable
- final case class Fail[S[_, _], E](fail: () => E) extends FreePanic[S, E, Nothing] with Product with Serializable
- final case class FlatMapped[S[_, _], E, E1 >: E, A, B](sub: FreePanic[S, E, A], cont: (A) => FreePanic[S, E1, B]) extends FreePanic[S, E1, B] with Product with Serializable
- class Panic2Instance[S[_, _]] extends Panic2[[+β$18$, +γ$19$]FreePanic[S, β$18$, γ$19$]]
- final case class Pure[S[_, _], A](a: A) extends FreePanic[S, Nothing, A] with Product with Serializable
- final case class Redeem[S[_, _], E, E1, A, B](sub: FreePanic[S, E, A], err: (E) => FreePanic[S, E1, B], suc: (A) => FreePanic[S, E1, B]) extends FreePanic[S, E1, B] with Product with Serializable
- final case class Sandbox[S[_, _], E, A](sub: FreePanic[S, E, A]) extends FreePanic[S, FailureUninterrupted[E], A] with Product with Serializable
- final case class SelfInterrupt[S[_, _]]() extends FreePanic[S, Nothing, Unit] with Product with Serializable
- final case class Suspend[S[_, _], E, A](s: S[E, A]) extends FreePanic[S, E, A] with Product with Serializable
- final case class Terminate[S[_, _]](termination: () => Throwable) extends FreePanic[S, Nothing, Nothing] with Product with Serializable
- final case class Uninterruptible[S[_, _], E, A](sub: FreePanic[S, E, A]) extends FreePanic[S, E, A] with Product with Serializable
- final case class UninterruptibleExcept[S[_, _], E, A](sub: (RestoreInterruption2[[+β$10$, +γ$11$]FreePanic[S, β$10$, γ$11$]]) => FreePanic[S, E, A]) extends FreePanic[S, E, A] with Product with Serializable
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- implicit def FreePanicInstances[S[_, _]]: Panic2[[+β$16$, +γ$17$]FreePanic[S, β$16$, γ$17$]]
- final def asInstanceOf[T0]: T0
- def bracket[S[_, _], E, A0, A](acquire: FreePanic[S, E, A0])(release: (A0) => FreePanic[S, Nothing, Unit])(use: (A0) => FreePanic[S, E, A]): FreePanic[S, E, A]
- def bracketCase[S[_, _], E, A0, A](acquire: FreePanic[S, E, A0])(release: (A0, Exit[E, A]) => FreePanic[S, Nothing, Unit])(use: (A0) => FreePanic[S, E, A]): FreePanic[S, E, A]
- def bracketExcept[S[_, _], E, A0, A](acquire: (RestoreInterruption2[[+β$4$, +γ$5$]FreePanic[S, β$4$, γ$5$]]) => FreePanic[S, E, A0])(release: (A0) => FreePanic[S, Nothing, Unit])(use: (A0) => FreePanic[S, E, A]): FreePanic[S, E, A]
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def fail[S[_, _], E](e: => E): FreePanic[S, E, Nothing]
- def finalize(): Unit
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- def lift[S[_, _], E, A](s: S[E, A]): FreePanic[S, E, A]
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def pure[S[_, _], A](a: A): FreePanic[S, Nothing, A]
- def sendInterruptToSelf[S[_, _]]: FreePanic[S, Nothing, Unit]
- final def synchronized[T0](arg0: => T0): T0
- def terminate[S[_, _]](e: => Throwable): FreePanic[S, Nothing, Nothing]
- def toString(): String
- def uninterruptible[S[_, _], E, A](s: FreePanic[S, E, A]): FreePanic[S, E, A]
- def uninterruptibleExcept[S[_, _], E, A](s: (RestoreInterruption2[[+β$2$, +γ$3$]FreePanic[S, β$2$, γ$3$]]) => FreePanic[S, E, A]): FreePanic[S, E, A]
- def unit[S[_, _]]: FreePanic[S, Nothing, Unit]
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- object CapturedRestoreInterruption extends Serializable
- object Panic2Instance extends Panic2Instance[Nothing]