object FreePanic
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FreePanic
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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, Failure[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
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit def FreePanicInstances[S[_, _]]: Panic2[[+β$16$, +γ$17$]FreePanic[S, β$16$, γ$17$]]
- Annotations
- @inline()
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- 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]
- Annotations
- @inline()
- 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]
- Annotations
- @inline()
- 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]
- Annotations
- @inline()
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fail[S[_, _], E](e: => E): FreePanic[S, E, Nothing]
- Annotations
- @inline()
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lift[S[_, _], E, A](s: S[E, A]): FreePanic[S, E, A]
- Annotations
- @inline()
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def pure[S[_, _], A](a: A): FreePanic[S, Nothing, A]
- Annotations
- @inline()
- def sendInterruptToSelf[S[_, _]]: FreePanic[S, Nothing, Unit]
- Annotations
- @inline()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def terminate[S[_, _]](e: => Throwable): FreePanic[S, Nothing, Nothing]
- Annotations
- @inline()
- def toString(): String
- Definition Classes
- AnyRef → Any
- def uninterruptible[S[_, _], E, A](s: FreePanic[S, E, A]): FreePanic[S, E, A]
- Annotations
- @inline()
- def uninterruptibleExcept[S[_, _], E, A](s: (RestoreInterruption2[[+β$2$, +γ$3$]FreePanic[S, β$2$, γ$3$]]) => FreePanic[S, E, A]): FreePanic[S, E, A]
- Annotations
- @inline()
- def unit[S[_, _]]: FreePanic[S, Nothing, Unit]
- Annotations
- @inline()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- object CapturedRestoreInterruption extends Serializable
- object Panic2Instance extends Panic2Instance[Nothing]