Logo Mibo

MapMapNode<'K, 'V, 'U> Type

Maps every entry of a map (or chooses, when the mapping returns ValueNone to drop an entry).

Constructors

Constructor Description

MapMapNode(source, mapping)

Full Usage: MapMapNode(source, mapping)

Parameters:
    source : IAdaptiveMap<'K, 'V>
    mapping : 'K -> 'V -> 'U voption

Returns: MapMapNode<'K, 'V, 'U>
source : IAdaptiveMap<'K, 'V>
mapping : 'K -> 'V -> 'U voption
Returns: MapMapNode<'K, 'V, 'U>

Type something to start searching.