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
|
Full Usage:
ElementMapNode(source, mapping)
Parameters:
IAdaptiveMap<'K, 'V>
mapping : 'K -> 'V -> aval<'U voption>
Returns: ElementMapNode<'K, 'V, 'U>
|
|
Mibo