Packages

case class SavedEntity[K, +A](key: K, value: A) extends KeyedEntity[K, A] with Product with Serializable

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

Instance Constructors

  1. new SavedEntity(key: K, value: A)

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 foldEnt[X](keyless: (KeylessEntity[K, A]) => X, keyed: (KeyedEntity[K, A]) => X): X
    Definition Classes
    Entity
  11. def foldLookup[X](key: (EntityKey[K, A]) => X, ent: (KeyedEntity[K, A]) => X): X
    Definition Classes
    Lookup
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def isSaved: Boolean
    Definition Classes
    SavedEntityEntity
  15. val key: K
    Definition Classes
    SavedEntityLookup
  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 productElementNames: Iterator[String]
    Definition Classes
    Product
  22. def sameKey[B](that: Lookup[K, B])(implicit ev: <:<[A, B]): Boolean
    Definition Classes
    Lookup
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. def toEntityKey: EntityKey[K, A]
    Definition Classes
    KeyedEntityLookup
  25. def toSaved: SavedEntity[K, A]
    Definition Classes
    KeyedEntity
  26. def transform[B](f: (A) => B): SavedEntity[K, B]
    Definition Classes
    SavedEntityKeyedEntityLookupEntityEntityRef
  27. def updated[B](value: B): ModifiedEntity[K, B]
    Definition Classes
    KeyedEntityLookupEntityEntityRef
  28. val value: A
    Definition Classes
    SavedEntityEntity
  29. def valueOption: Option[A]
    Definition Classes
    Lookup
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. def widen[B >: A]: SavedEntity[K, B]
    Definition Classes
    SavedEntityKeyedEntityLookupEntityEntityRef

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 Serializable

Inherited from KeyedEntity[K, A]

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