t

busymachines.pureharm.anomaly

PureharmAnomalyTypeDefinitions

trait PureharmAnomalyTypeDefinitions extends AnyRef

Mix this into your app's "core" package to get all these nice little anomalies.

Since

10 Jun 2019

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

Type Members

  1. final type Anomalies = anomaly.Anomalies
  2. final type AnomaliesBase = anomaly.AnomaliesBase
  3. final type Anomaly = anomaly.Anomaly
  4. final type AnomalyBase = anomaly.AnomalyBase
  5. final type AnomalyID = anomaly.AnomalyID
  6. final type Catastrophe = anomaly.Catastrophe
  7. final type ConflictAnomaly = anomaly.ConflictAnomaly
  8. final type DeniedAnomaly = anomaly.DeniedAnomaly
  9. final type ForbiddenAnomaly = anomaly.ForbiddenAnomaly
  10. final type InconsistentStateCatastrophe = anomaly.InconsistentStateCatastrophe
  11. final type InvalidInputAnomaly = anomaly.InvalidInputAnomaly
  12. final type NotFoundAnomaly = anomaly.NotFoundAnomaly
  13. final type NotImplementedCatastrophe = anomaly.NotImplementedCatastrophe
  14. final type UnauthorizedAnomaly = anomaly.UnauthorizedAnomaly
  15. final type UnhandledCatastrophe = anomaly.UnhandledCatastrophe

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. final val Anomalies: anomaly.Anomalies.type
  5. final val Anomaly: anomaly.Anomaly.type
  6. final val AnomalyID: anomaly.AnomalyID.type
  7. final val Catastrophe: anomaly.Catastrophe.type
  8. final val ConflictAnomaly: anomaly.ConflictAnomaly.type
  9. final val DeniedAnomaly: anomaly.DeniedAnomaly.type
  10. final val ForbiddenAnomaly: anomaly.ForbiddenAnomaly.type
  11. final val InconsistentStateCatastrophe: anomaly.InconsistentStateCatastrophe.type
  12. final val InvalidInputAnomaly: anomaly.InvalidInputAnomaly.type
  13. final val NotFoundAnomaly: anomaly.NotFoundAnomaly.type
  14. final val NotImplementedCatastrophe: anomaly.NotImplementedCatastrophe.type
  15. final val UnauthorizedAnomaly: anomaly.UnauthorizedAnomaly.type
  16. final val UnhandledCatastrophe: anomaly.UnhandledCatastrophe.type
  17. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  18. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped