Skip to main content Link Search Menu Expand Document (external link)

SingletonAddress.ts overview

Since v1.0.0


Exports Grouped by Category


Address

SingletonAddress (class)

Represents the unique address of an singleton within the cluster.

Signature

declare class SingletonAddress

Source

Since v1.0.0

[Hash.symbol] (method)

Signature

declare const [Hash.symbol]: () => any

Source

Since v1.0.0

[Equal.symbol] (method)

Signature

declare const [Equal.symbol]: (that: SingletonAddress) => boolean

Source

Since v1.0.0

[TypeId] (property)

Signature

readonly [TypeId]: symbol

Source

Since v1.0.0

TypeId

Signature

declare const TypeId: unique symbol

Source

Since v1.0.0

TypeId (type alias)

Signature

type TypeId = typeof TypeId

Source

Since v1.0.0