mapComputed<K2, V2> abstract method

ComputedMap<K2, V2> mapComputed<K2, V2>(
  1. Computed<Entry<K2, V2>> convert(
    1. K key,
    2. V value
    )
)

Implementation

ComputedMap<K2, V2> mapComputed<K2, V2>(
    Computed<Entry<K2, V2>> Function(K key, V value) convert);