interface SortedMultiMapHashValue.Types
Utility interface that provides higher-kinded types for this collection.
Properties
builder
undocumented
builder
Definition
readonly builder:
SortedMultiMapHashValue.Builder
<this['_K'], this['_V']>;
context
undocumented
context
Definition
readonly context:
SortedMultiMapHashValue.Context
<this['_K'], this['_V']>;
keyMap
undocumented
keyMap
Definition
readonly keyMap:
SortedMap
<this['_K'],
HashSet.NonEmpty
<this['_V']>>;
keyMapContext
undocumented
keyMapContext
Definition
readonly keyMapContext:
SortedMap.Context
<this['_K']>;
keyMapNonEmpty
undocumented
keyMapNonEmpty
Definition
readonly keyMapNonEmpty:
SortedMap.NonEmpty
<this['_K'],
HashSet.NonEmpty
<this['_V']>>;
keyMapValuesContext
undocumented
keyMapValuesContext
Definition
readonly keyMapValuesContext:
HashSet.Context
<this['_V']>;
keyMapValuesNonEmpty
undocumented
keyMapValuesNonEmpty
Definition
readonly keyMapValuesNonEmpty:
HashSet.NonEmpty
<this['_V']>;
nonEmpty
undocumented
nonEmpty
Definition
readonly nonEmpty:
SortedMultiMapHashValue.NonEmpty
<this['_K'], this['_V']>;
normal
undocumented
normal
Definition
readonly normal:
SortedMultiMapHashValue
<this['_K'], this['_V']>;