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

sealed abstract class FreePanic[+S[_, _], +E, +A] extends AnyRef

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def *>[S1[e, a] >: S[e, a], B, E1 >: E](sc: FreePanic[S1, E1, B]): FreePanic[S1, E1, B]
    Annotations
    @inline()
  4. final def <*[S1[e, a] >: S[e, a], B, E1 >: E](sc: FreePanic[S1, E1, B]): FreePanic[S1, E1, A]
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def as[B](as: => B): FreePanic[S, E, B]
    Annotations
    @inline()
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. 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]
    Annotations
    @inline()
  9. 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]
    Annotations
    @inline()
  10. final def catchAll[S1[e, a] >: S[e, a], A1 >: A, E1](err: (E) => FreePanic[S1, E1, A1]): FreePanic[S1, E1, A1]
    Annotations
    @inline()
  11. final def catchSome[S1[e, a] >: S[e, a], A2 >: A, E1 >: E](err: PartialFunction[E, FreePanic[S1, E1, A2]]): FreePanic[S1, E1, A2]
    Annotations
    @inline()
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  16. final def flatMap[S1[e, a] >: S[e, a], B, E1 >: E](fun: (A) => FreePanic[S1, E1, B]): FreePanic[S1, E1, B]
    Annotations
    @inline()
  17. final def flip: FreePanic[S, A, E]
    Annotations
    @inline()
  18. final def foldMap[S1[e, a] >: S[e, a], G[+_, +_]](transform: ~>>[S1, G])(implicit G: Panic2[G]): G[E, A]
    Annotations
    @nowarn() @inline()
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. final def guarantee[S1[e, a] >: S[e, a]](g: FreePanic[S1, Nothing, Unit]): FreePanic[S1, E, A]
    Annotations
    @inline()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def map[B](fun: (A) => B): FreePanic[S, E, B]
    Annotations
    @inline()
  24. final def mapK[S1[e, a] >: S[e, a], T[_, _]](f: ~>>[S1, T]): FreePanic[T, E, A]
    Annotations
    @inline()
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. 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]
    Annotations
    @inline()
  29. final def redeemPure[B](err: (E) => B, succ: (A) => B): FreePanic[S, Nothing, B]
    Annotations
    @inline()
  30. final def sandbox: FreePanic[S, Failure[E], A]
    Annotations
    @inline()
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def void: FreePanic[S, E, Unit]
    Annotations
    @inline()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped