org.sisioh.dddbase.core.model

AbstractOrderedIdentifier

Related Doc: package model

abstract class AbstractOrderedIdentifier[A, ID <: Identifier[A]] extends OrderedIdentifier[A, ID]

OrderedIdentifierの骨格実装。

A

識別子の値を表す型

ID

識別子の型

Linear Supertypes
OrderedIdentifier[A, ID], Ordered[ID], Comparable[ID], Identifier[A], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AbstractOrderedIdentifier
  2. OrderedIdentifier
  3. Ordered
  4. Comparable
  5. Identifier
  6. Serializable
  7. Serializable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AbstractOrderedIdentifier()(implicit arg0: (A) ⇒ Ordered[A])

Abstract Value Members

  1. abstract def value: A

    識別子の値を取得する。

    識別子の値を取得する。

    returns

    識別子の値

    Definition Classes
    Identifier

Concrete Value Members

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

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

    Definition Classes
    AnyRef → Any
  3. def <(that: ID): Boolean

    Definition Classes
    Ordered
  4. def <=(that: ID): Boolean

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

    Definition Classes
    AnyRef → Any
  6. def >(that: ID): Boolean

    Definition Classes
    Ordered
  7. def >=(that: ID): Boolean

    Definition Classes
    Ordered
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def compare(that: ID): Int

    Definition Classes
    AbstractOrderedIdentifier → Ordered
  11. def compareTo(that: ID): Int

    Definition Classes
    Ordered → Comparable
  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  22. def toString(): String

    Definition Classes
    AnyRef → Any
  23. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from OrderedIdentifier[A, ID]

Inherited from Ordered[ID]

Inherited from Comparable[ID]

Inherited from Identifier[A]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped