Expand description
Definitions for the KeyedSingleton
live collection.
Structs§
- Bounded
Value - A variation of boundedness specific to
KeyedSingleton
, which indicates that once a key appears, its value is bounded and will never change. If theKeyBound
isBounded
, then the entire set of entries is bounded, but if it isUnbounded
, then new entries may appear asynchronously. - Keyed
Singleton - Mapping from keys of type
K
to values of typeV
.
Traits§
- Keyed
Singleton Bound - A marker trait indicating which components of a
KeyedSingleton
may change.