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) => Future[Set[ContractTypeRef[Template]]]
- final case class ContractTypeIdMap[CtId[T] <: ContractTypeId[T]](all: Map[CtId[PackageRef], ResolvedOf[CtId]], nameIds: Map[PackageName, NonEmpty[Seq[PackageId]]], idNames: PackageNameMap) extends Product with Serializable
- sealed trait Error extends AnyRef
- final case class InputError(message: String) extends Error with Product with Serializable
- type KeyTypeMap = Map[ContractTypeId.Template.ResolvedPkgId, Type]
- final case class PackageNameMap(mapView: MapView[PackageRef, (PackageName, PackageVersion)]) extends Product with Serializable
- type ReloadPackageStore = (Set[String]) => Future[\/[Error, Option[PackageStore]]]
- type ResolveChoiceArgType = (ContractTypeId.ResolvedPkgId, Choice) => \/[Error, (Option[ContractTypeId.Interface.ResolvedPkgId], Type)]
- sealed abstract class ResolveContractTypeId extends AnyRef
- type ResolveKeyType = (ContractTypeId.Template.RequiredPkgId) => \/[Error, Type]
- type ResolveTemplateRecordType = (ContractTypeId.Template.RequiredPkgId) => \/[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]](idName: PackageNameMap, ids: Set[CtId[PackageId]]): ContractTypeIdMap[CtId]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- 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
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def resolveKey(keyTypeMap: KeyTypeMap)(templateId: ContractTypeId.Template.RequiredPkgId): \/[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 PackageNameMap extends Serializable
- object ResolveContractTypeId
- object TemplateIdMap