Packages

case class EntityKey[K, +A](key: K) extends Lookup[K, A] with Product with Serializable

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

Instance Constructors

  1. new EntityKey(key: K)

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 asKeyOf[B]: EntityKey[K, B]
  7. def asLookup: Lookup[K, A]
    Definition Classes
    Lookup
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def foldLookup[X](key: (EntityKey[K, A]) => X, ent: (KeyedEntity[K, A]) => X): X
    Definition Classes
    Lookup
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. val key: K
    Definition Classes
    EntityKeyLookup
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  17. def productElementNames: Iterator[String]
    Definition Classes
    Product
  18. def sameKey[B](that: Lookup[K, B])(implicit ev: <:<[A, B]): Boolean
    Definition Classes
    Lookup
  19. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  20. def toEntityKey: EntityKey[K, A]
    Definition Classes
    EntityKeyLookup
  21. def transform[B](f: (A) => B): EntityKey[K, B]
    Definition Classes
    EntityKeyLookupEntityRef
  22. def updated[B](value: B): ModifiedEntity[K, B]
    Definition Classes
    EntityKeyLookupEntityRef
  23. def valueOption: Option[A]
    Definition Classes
    Lookup
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. def widen[B >: A]: EntityKey[K, B]
    Definition Classes
    EntityKeyLookupEntityRef

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 Product

Inherited from Equals

Inherited from Lookup[K, A]

Inherited from EntityRef[K, A]

Inherited from AnyRef

Inherited from Any

Ungrouped