Logo Mibo

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

Maps every entry of a map to an adaptive value (or chooses/filters, when the aval's value is ValueNone to drop the entry).

Constructors

Constructor Description

ElementMapNode(source, mapping)

Full Usage: ElementMapNode(source, mapping)

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

Type something to start searching.