Packages

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, FailureUninterrupted[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