Trait

peds.archetype.domain.model.core.EntityRef

EntityRefLike

Related Doc: package EntityRef

Permalink

trait EntityRefLike extends EntityRef with Equals

Linear Supertypes
Equals, EntityRef, Ordered[EntityRef], Comparable[EntityRef], (Symbol) ⇒ Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. EntityRefLike
  2. Equals
  3. EntityRef
  4. Ordered
  5. Comparable
  6. Function1
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. type ID = EntityRef.Source.ID

    Permalink
    Definition Classes
    EntityRef
  2. abstract type Source <: Entity

    Permalink
    Definition Classes
    EntityRef
  3. type TID = TaggedID[Identifiable._7.type.ID] forSome {val _7: Source}

    Permalink
    Definition Classes
    EntityRef

Abstract Value Members

  1. abstract def canEqual(that: Any): Boolean

    Permalink
    Definition Classes
    Equals
  2. abstract def clazz: Class[_]

    Permalink
    Definition Classes
    EntityRef
  3. abstract def id: TID

    Permalink
    Definition Classes
    EntityRef
  4. abstract def meta: Map[Symbol, Any]

    Permalink
  5. abstract def name: String

    Permalink
    Definition Classes
    EntityRef

Concrete Value Members

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Ordered
  8. def andThen[A](g: (Any) ⇒ A): (Symbol) ⇒ A

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  9. def apply(property: Symbol): Any

    Permalink
    Definition Classes
    EntityRefLike → Function1
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def compare(rhs: EntityRef): Int

    Permalink
    Definition Classes
    EntityRefLike → Ordered
  13. def compareTo(that: EntityRef): Int

    Permalink
    Definition Classes
    Ordered → Comparable
  14. def compose[A](g: (A) ⇒ Symbol): (A) ⇒ Any

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(rhs: Any): Boolean

    Permalink
    Definition Classes
    EntityRefLike → Equals → AnyRef → Any
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def get(property: Symbol): Option[Any]

    Permalink
    Definition Classes
    EntityRefLikeEntityRef
  19. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    EntityRefLike → AnyRef → Any
  21. def identify: String

    Permalink
    Definition Classes
    EntityRef
  22. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  27. def toString(): String

    Permalink
    Definition Classes
    EntityRefLikeEntityRef → Function1 → AnyRef → Any
  28. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Equals

Inherited from EntityRef

Inherited from Ordered[EntityRef]

Inherited from Comparable[EntityRef]

Inherited from (Symbol) ⇒ Any

Inherited from AnyRef

Inherited from Any

Ungrouped