Packages

  • package root
    Definition Classes
    root
  • package izumi
    Definition Classes
    root
  • package functional
    Definition Classes
    izumi
  • package bio

    Current hierarchy (use http://www.nomnoml.com/ to render, rendered: https://izumi.7mind.io/bio/media/bio-relationship-hierarchy.svg)

    Current hierarchy (use http://www.nomnoml.com/ to render, rendered: https://izumi.7mind.io/bio/media/bio-relationship-hierarchy.svg)

    [Functor2]<--[Bifunctor2]
    [Bifunctor2]<--[ApplicativeError2]
    [Functor2]<--[Applicative2]
    [Applicative2]<--[Guarantee2]
    [Applicative2]<--[Monad2]
    [Guarantee2]<--[ApplicativeError2]
    [ApplicativeError2]<--[Error2]
    [Monad2]<--[Error2]
    [Error2]<--[Bracket2]
    [Bracket2]<--[Panic2]
    [Panic2]<--[IO2]
    [IO2]<--[Async2]
    
    [Monad2]<--[Parallel2]
    [Parallel2]<--[Concurrent2]
    [Concurrent2]<--[Async2]
    
    [Error2]<--[Temporal2]

    Auxiliary algebras:

    [cats.effect.*]<:--[CatsConversions]
    
    [Fork2]<:--[Fiber2]
    
    [BlockingIO2]
    
    [Primitives2]
    
    [Primitives2]<:--[Ref2]
    [Primitives2]<:--[Semaphore2]
    [Primitives2]<:--[Promise2]
    
    [PrimitivesM2]
    [PrimitivesM2]<:--[RefM2]
    [PrimitivesM2]<:--[Mutex2]
    
    [Entropy1]<:--[Entropy2]
    [Clock1]<:--[Clock2]
    
    [UnsafeRun2]

    Raw inheritance hierarchy:

    [Functor2]<--[Applicative2]
    [Applicative2]<--[Guarantee2]
    [Applicative2]<--[Monad2]
    [Guarantee2]<--[ApplicativeError2]
    [Bifunctor2]<--[ApplicativeError2]
    [ApplicativeError2]<--[Error2]
    [Monad2]<--[Error2]
    [Error2]<--[Bracket2]
    [Bracket2]<--[Panic2]
    [Panic2]<--[IO2]
    
    [Parallel2]<--[Concurrent2]
    [Concurrent2]<--[Async2]
    [IO2]<--[Async2]
    
    [Temporal2]

    current hierarchy roots:

    bifunctor:

    • Functor3
    • Bifunctor3
    • Parallel3
    • Temporal3

    standalone:

    • Fork3
    • BlockingIO3
    • Primitives3
    • PrimitivesM3
    Definition Classes
    functional
  • package data
    Definition Classes
    bio
  • Free
  • FreeError
  • FreePanic
  • Isomorphism1
  • Isomorphism2
  • Isomorphism3
  • LowPriorityIsomorphismInstances
  • LowPriorityIsomorphismInstances1
  • LowPriorityMorphismInstances
  • LowPriorityMorphismInstances1
  • Morphism1
  • Morphism2
  • Morphism3

object FreePanic

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

Type Members

  1. 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
  2. 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
  3. 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
  4. final case class Fail[S[_, _], E](fail: () => E) extends FreePanic[S, E, Nothing] with Product with Serializable
  5. 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
  6. class Panic2Instance[S[_, _]] extends Panic2[[+β$18$, +γ$19$]FreePanic[S, β$18$, γ$19$]]
  7. final case class Pure[S[_, _], A](a: A) extends FreePanic[S, Nothing, A] with Product with Serializable
  8. 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
  9. final case class Sandbox[S[_, _], E, A](sub: FreePanic[S, E, A]) extends FreePanic[S, Failure[E], A] with Product with Serializable
  10. final case class SelfInterrupt[S[_, _]]() extends FreePanic[S, Nothing, Unit] with Product with Serializable
  11. final case class Suspend[S[_, _], E, A](s: S[E, A]) extends FreePanic[S, E, A] with Product with Serializable
  12. final case class Terminate[S[_, _]](termination: () => Throwable) extends FreePanic[S, Nothing, Nothing] with Product with Serializable
  13. final case class Uninterruptible[S[_, _], E, A](sub: FreePanic[S, E, A]) extends FreePanic[S, E, A] with Product with Serializable
  14. 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

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. implicit def FreePanicInstances[S[_, _]]: Panic2[[+β$16$, +γ$17$]FreePanic[S, β$16$, γ$17$]]
    Annotations
    @inline()
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. 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()
  7. 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()
  8. 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()
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def fail[S[_, _], E](e: => E): FreePanic[S, E, Nothing]
    Annotations
    @inline()
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def lift[S[_, _], E, A](s: S[E, A]): FreePanic[S, E, A]
    Annotations
    @inline()
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. def pure[S[_, _], A](a: A): FreePanic[S, Nothing, A]
    Annotations
    @inline()
  22. def sendInterruptToSelf[S[_, _]]: FreePanic[S, Nothing, Unit]
    Annotations
    @inline()
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. def terminate[S[_, _]](e: => Throwable): FreePanic[S, Nothing, Nothing]
    Annotations
    @inline()
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. def uninterruptible[S[_, _], E, A](s: FreePanic[S, E, A]): FreePanic[S, E, A]
    Annotations
    @inline()
  27. def uninterruptibleExcept[S[_, _], E, A](s: (RestoreInterruption2[[+β$2$, +γ$3$]FreePanic[S, β$2$, γ$3$]]) => FreePanic[S, E, A]): FreePanic[S, E, A]
    Annotations
    @inline()
  28. def unit[S[_, _]]: FreePanic[S, Nothing, Unit]
    Annotations
    @inline()
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. object CapturedRestoreInterruption extends Serializable
  33. object Panic2Instance extends Panic2Instance[Nothing]

Inherited from AnyRef

Inherited from Any

Ungrouped