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
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UninterruptibleExcept
- Serializable
- Product
- Equals
- FreePanic
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new UninterruptibleExcept(sub: (RestoreInterruption2[[+β$10$, +γ$11$]FreePanic[S, β$10$, γ$11$]]) => FreePanic[S, E, A])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def *>[S1[e, a] >: S[e, a], B, E1 >: E](sc: FreePanic[S1, E1, B]): FreePanic[S1, E1, B]
- Definition Classes
- FreePanic
- Annotations
- @inline()
- final def <*[S1[e, a] >: S[e, a], B, E1 >: E](sc: FreePanic[S1, E1, B]): FreePanic[S1, E1, A]
- Definition Classes
- FreePanic
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def as[B](as: => B): FreePanic[S, E, B]
- Definition Classes
- FreePanic
- Annotations
- @inline()
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- final def bracket[S1[e, a] >: S[e, a], B, E1 >: E](release: (A) => FreePanic[S1, Nothing, Unit])(use: (A) => FreePanic[S1, E1, B]): FreePanic[S1, E1, B]
- Definition Classes
- FreePanic
- Annotations
- @inline()
- final def bracketCase[S1[e, a] >: S[e, a], B, E1 >: E](release: (A, Exit[E1, B]) => FreePanic[S1, Nothing, Unit])(use: (A) => FreePanic[S1, E1, B]): FreePanic[S1, E1, B]
- Definition Classes
- FreePanic
- Annotations
- @inline()
- final def catchAll[S1[e, a] >: S[e, a], A1 >: A, E1](err: (E) => FreePanic[S1, E1, A1]): FreePanic[S1, E1, A1]
- Definition Classes
- FreePanic
- Annotations
- @inline()
- final def catchSome[S1[e, a] >: S[e, a], A2 >: A, E1 >: E](err: PartialFunction[E, FreePanic[S1, E1, A2]]): FreePanic[S1, E1, A2]
- Definition Classes
- FreePanic
- 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 finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def flatMap[S1[e, a] >: S[e, a], B, E1 >: E](fun: (A) => FreePanic[S1, E1, B]): FreePanic[S1, E1, B]
- Definition Classes
- FreePanic
- Annotations
- @inline()
- final def flip: FreePanic[S, A, E]
- Definition Classes
- FreePanic
- Annotations
- @inline()
- final def foldMap[S1[e, a] >: S[e, a], G[+_, +_]](transform: ~>>[S1, G])(implicit G: Panic2[G]): G[E, A]
- Definition Classes
- FreePanic
- Annotations
- @nowarn() @inline()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def guarantee[S1[e, a] >: S[e, a]](g: FreePanic[S1, Nothing, Unit]): FreePanic[S1, E, A]
- Definition Classes
- FreePanic
- Annotations
- @inline()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def map[B](fun: (A) => B): FreePanic[S, E, B]
- Definition Classes
- FreePanic
- Annotations
- @inline()
- final def mapK[S1[e, a] >: S[e, a], T[_, _]](f: ~>>[S1, T]): FreePanic[T, E, A]
- Definition Classes
- FreePanic
- 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 productElementNames: Iterator[String]
- Definition Classes
- Product
- final def redeem[S1[e, a] >: S[e, a], B, E1](err: (E) => FreePanic[S1, E1, B], succ: (A) => FreePanic[S1, E1, B]): FreePanic[S1, E1, B]
- Definition Classes
- FreePanic
- Annotations
- @inline()
- final def redeemPure[B](err: (E) => B, succ: (A) => B): FreePanic[S, Nothing, B]
- Definition Classes
- FreePanic
- Annotations
- @inline()
- final def sandbox: FreePanic[S, Failure[E], A]
- Definition Classes
- FreePanic
- Annotations
- @inline()
- val sub: (RestoreInterruption2[[+β$8$, +γ$9$]FreePanic[S, β$8$, γ$9$]]) => FreePanic[S, E, A]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- UninterruptibleExcept → AnyRef → Any
- final def void: FreePanic[S, E, Unit]
- Definition Classes
- FreePanic
- 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()