Class

pt.tecnico.dsi.akkastrator

CorrelationId

Related Doc: package akkastrator

Permalink

final class CorrelationId extends AnyVal with Ordered[CorrelationId] with Id

Source
Ids.scala
Linear Supertypes
Id, Typed[Long], Proxy, Ordered[CorrelationId], Comparable[CorrelationId], AnyVal, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CorrelationId
  2. Id
  3. Typed
  4. Proxy
  5. Ordered
  6. Comparable
  7. AnyVal
  8. Any
Implicitly
  1. by orderingToOrdered
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CorrelationId(self: Long)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from CorrelationId to any2stringadd[CorrelationId] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (CorrelationId, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from CorrelationId to ArrowAssoc[CorrelationId] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. def <(that: CorrelationId): Boolean

    Permalink
    Definition Classes
    Ordered
  6. def <=(that: CorrelationId): Boolean

    Permalink
    Definition Classes
    Ordered
  7. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  8. def >(that: CorrelationId): Boolean

    Permalink
    Definition Classes
    Ordered
  9. def >=(that: CorrelationId): Boolean

    Permalink
    Definition Classes
    Ordered
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def compare(that: CorrelationId): Int

    Permalink
    Definition Classes
    CorrelationId → Ordered
  12. def compareTo(that: CorrelationId): Int

    Permalink
    Definition Classes
    Ordered → Comparable
  13. def ensuring(cond: (CorrelationId) ⇒ Boolean, msg: ⇒ Any): CorrelationId

    Permalink
    Implicit information
    This member is added by an implicit conversion from CorrelationId to Ensuring[CorrelationId] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: (CorrelationId) ⇒ Boolean): CorrelationId

    Permalink
    Implicit information
    This member is added by an implicit conversion from CorrelationId to Ensuring[CorrelationId] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean, msg: ⇒ Any): CorrelationId

    Permalink
    Implicit information
    This member is added by an implicit conversion from CorrelationId to Ensuring[CorrelationId] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean): CorrelationId

    Permalink
    Implicit information
    This member is added by an implicit conversion from CorrelationId to Ensuring[CorrelationId] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from CorrelationId to StringFormat[CorrelationId] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  18. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. val self: Long

    Permalink
    Definition Classes
    CorrelationId → Typed → Proxy
  21. def toString(): String

    Permalink
    Definition Classes
    CorrelationId → Proxy → Any
  22. def [B](y: B): (CorrelationId, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from CorrelationId to ArrowAssoc[CorrelationId] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def <(that: CorrelationId): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CorrelationId to Ordered[CorrelationId] performed by method orderingToOrdered in scala.math.Ordered.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (correlationId: Ordered[CorrelationId]).<(that)
    Definition Classes
    Ordered
  2. def <=(that: CorrelationId): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CorrelationId to Ordered[CorrelationId] performed by method orderingToOrdered in scala.math.Ordered.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (correlationId: Ordered[CorrelationId]).<=(that)
    Definition Classes
    Ordered
  3. def >(that: CorrelationId): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CorrelationId to Ordered[CorrelationId] performed by method orderingToOrdered in scala.math.Ordered.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (correlationId: Ordered[CorrelationId]).>(that)
    Definition Classes
    Ordered
  4. def >=(that: CorrelationId): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from CorrelationId to Ordered[CorrelationId] performed by method orderingToOrdered in scala.math.Ordered.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (correlationId: Ordered[CorrelationId]).>=(that)
    Definition Classes
    Ordered
  5. def compare(that: CorrelationId): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CorrelationId to Ordered[CorrelationId] performed by method orderingToOrdered in scala.math.Ordered.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (correlationId: Ordered[CorrelationId]).compare(that)
    Definition Classes
    Ordered
  6. def compareTo(that: CorrelationId): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from CorrelationId to Ordered[CorrelationId] performed by method orderingToOrdered in scala.math.Ordered.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (correlationId: Ordered[CorrelationId]).compareTo(that)
    Definition Classes
    Ordered → Comparable

Inherited from Id

Inherited from Typed[Long]

Inherited from Proxy

Inherited from Ordered[CorrelationId]

Inherited from Comparable[CorrelationId]

Inherited from AnyVal

Inherited from Any

Inherited by implicit conversion orderingToOrdered from CorrelationId to Ordered[CorrelationId]

Inherited by implicit conversion any2stringadd from CorrelationId to any2stringadd[CorrelationId]

Inherited by implicit conversion StringFormat from CorrelationId to StringFormat[CorrelationId]

Inherited by implicit conversion Ensuring from CorrelationId to Ensuring[CorrelationId]

Inherited by implicit conversion ArrowAssoc from CorrelationId to ArrowAssoc[CorrelationId]

Ungrouped