Packages

sealed trait KeyedEntity[K, +A] extends Entity[K, A] with Lookup[K, A] with Product

Linear Supertypes
Product, Equals, Lookup[K, A], Entity[K, A], EntityRef[K, A], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KeyedEntity
  2. Product
  3. Equals
  4. Lookup
  5. Entity
  6. EntityRef
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def canEqual(that: Any): Boolean
    Definition Classes
    Equals
  2. abstract def isSaved: Boolean
    Definition Classes
    Entity
  3. abstract def key: K
    Definition Classes
    Lookup
  4. abstract def productArity: Int
    Definition Classes
    Product
  5. abstract def productElement(n: Int): Any
    Definition Classes
    Product
  6. abstract def transform[B](f: (A) => B): KeyedEntity[K, B]
    Definition Classes
    KeyedEntityLookupEntityEntityRef
  7. abstract def value: A
    Definition Classes
    Entity
  8. abstract def widen[B >: A]: KeyedEntity[K, B]
    Definition Classes
    KeyedEntityLookupEntityEntityRef

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def =#=[B](that: Lookup[K, B])(implicit ev: <:<[A, B]): Boolean
    Definition Classes
    Lookup
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def asLookup: Lookup[K, A]
    Definition Classes
    Lookup
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  8. def duplicate: KeylessEntity[K, A]
    Definition Classes
    Entity
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def foldEnt[X](keyless: (KeylessEntity[K, A]) => X, keyed: (KeyedEntity[K, A]) => X): X
    Definition Classes
    Entity
  12. def foldLookup[X](key: (EntityKey[K, A]) => X, ent: (KeyedEntity[K, A]) => X): X
    Definition Classes
    Lookup
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def keyOption: Option[K]
    Definition Classes
    KeyedEntityEntity
  17. def modify[B](f: (A) => B): ModifiedEntity[K, B]
    Definition Classes
    KeyedEntityEntity
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  21. def productElementName(n: Int): String
    Definition Classes
    Product
  22. def productElementNames: Iterator[String]
    Definition Classes
    Product
  23. def productIterator: Iterator[Any]
    Definition Classes
    Product
  24. def productPrefix: String
    Definition Classes
    Product
  25. def sameKey[B](that: Lookup[K, B])(implicit ev: <:<[A, B]): Boolean
    Definition Classes
    Lookup
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def toEntityKey: EntityKey[K, A]
    Definition Classes
    KeyedEntityLookup
  28. def toSaved: SavedEntity[K, A]
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. def updated[B](value: B): ModifiedEntity[K, B]
    Definition Classes
    KeyedEntityLookupEntityEntityRef
  31. def valueOption: Option[A]
    Definition Classes
    Lookup
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. 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

    (Since version 9)

Inherited from Product

Inherited from Equals

Inherited from Lookup[K, A]

Inherited from Entity[K, A]

Inherited from EntityRef[K, A]

Inherited from AnyRef

Inherited from Any

Ungrouped