Packages

final case class Unknown[+PkgId](packageId: PkgId, moduleName: String, entityName: String) extends ContractTypeId[PkgId] with Ops[Unknown, PkgId] with Product with Serializable

Linear Supertypes
ContractTypeId[PkgId], Ops[[_]Unknown[_], PkgId], Serializable, Product3[PkgId, String, String], Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Unknown
  2. ContractTypeId
  3. Ops
  4. Serializable
  5. Product3
  6. Product
  7. Equals
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Unknown(packageId: PkgId, moduleName: String, entityName: String)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def _1: PkgId
    Definition Classes
    ContractTypeId → Product3
  5. def _2: String
    Definition Classes
    ContractTypeId → Product3
  6. def _3: String
    Definition Classes
    ContractTypeId → Product3
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. def copy[PkgId0](packageId: PkgId0 = packageId, moduleName: String = moduleName, entityName: String = entityName): Unknown[PkgId0]
    Definition Classes
    UnknownOps
  10. val entityName: String
    Definition Classes
    UnknownContractTypeId
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def equals(o: Any): Boolean
    Definition Classes
    ContractTypeId → Equals → AnyRef → Any
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def hashCode(): Int
    Definition Classes
    ContractTypeId → AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. val moduleName: String
    Definition Classes
    UnknownContractTypeId
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. val packageId: PkgId
    Definition Classes
    UnknownContractTypeId
  21. def productArity: Int
    Definition Classes
    Product3 → Product
  22. def productElement(n: Int): Any
    Definition Classes
    Product3 → Product
    Annotations
    @throws(classOf[java.lang.IndexOutOfBoundsException])
  23. def productElementNames: Iterator[String]
    Definition Classes
    Product
  24. def productPrefix: String
    Definition Classes
    Unknown → Product
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  28. 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

Inherited from ContractTypeId[PkgId]

Inherited from Ops[[_]Unknown[_], PkgId]

Inherited from Serializable

Inherited from Product3[PkgId, String, String]

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped