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 theKeyBoundisBounded, 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
Kto values of typeV.
Traits§
- Keyed
Singleton Bound - A marker trait indicating which components of a
KeyedSingletonmay change.