Packages

final class ProjectionId extends AnyRef

Source
ProjectionId.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProjectionId
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def equals(other: Any): Boolean
    Definition Classes
    ProjectionId → AnyRef → Any
  2. def hashCode(): Int
    Definition Classes
    ProjectionId → AnyRef → Any
  3. val id: String

    The unique id formed by the concatenation of name and key.

    The unique id formed by the concatenation of name and key. A dash (-) is used as separator.

  4. val key: String
  5. val name: String
  6. def toString(): String
    Definition Classes
    ProjectionId → AnyRef → Any