object PackageService
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PackageService
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type AllTemplateIds = (LoggingContextOf[InstanceUUID]) => (Jwt, LedgerId) => Future[Set[domain.ContractTypeId.Template.Resolved]]
- final case class ContractTypeIdMap[CtId[T] <: ContractTypeId[T]](all: Map[RequiredPkg[CtId], ResolvedOf[CtId]], unique: Map[NoPkg[CtId], ResolvedOf[CtId]]) extends Product with Serializable
- sealed trait Error extends AnyRef
- final case class InputError(message: String) extends Error with Product with Serializable
- type KeyTypeMap = Map[domain.ContractTypeId.Template.Resolved, Type]
- type ReloadPackageStore = (Set[String]) => Future[\/[Error, Option[PackageStore]]]
- type ResolveChoiceArgType = (domain.ContractTypeId.Resolved, Choice) => \/[Error, (Option[domain.ContractTypeId.Interface.Resolved], Type)]
- sealed abstract class ResolveContractTypeId extends AnyRef
- type ResolveKeyType = (domain.ContractTypeId.Template.RequiredPkg) => \/[Error, Type]
- type ResolveTemplateRecordType = (domain.ContractTypeId.Template.RequiredPkg) => \/[Error, Type]
- final case class ServerError(message: String) extends Error with Product with Serializable
- type TemplateIdMap = ContractTypeIdMap[Template]
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def buildTemplateIdMap[CtId[T] <: Definite[T] with Ops[CtId, T]](ids: Set[RequiredPkg[CtId]]): ContractTypeIdMap[CtId]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def key2[CtId[T] <: Ops[CtId, T]](k: RequiredPkg[CtId]): NoPkg[CtId]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def resolveKey(keyTypeMap: KeyTypeMap)(templateId: domain.ContractTypeId.Template.RequiredPkg): \/[Error, Type]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object Error
- object ResolveContractTypeId
- object TemplateIdMap