Logo Mibo

MapUseMapNode<'K, 'V, 'W> Type

Maps every entry, disposing the mapped value when its key leaves (FDA AMap.mapUse parity). The mapped values are stable (the mapping runs once per key). Disposing the node disposes all live mapped values and clears the output.

Constructors

Constructor Description

MapUseMapNode(source, mapping)

Full Usage: MapUseMapNode(source, mapping)

Parameters:
Returns: MapUseMapNode<'K, 'V, 'W>
source : IAdaptiveMap<'K, 'V>
mapping : 'K -> 'V -> 'W
Returns: MapUseMapNode<'K, 'V, 'W>

Type something to start searching.