Movatterモバイル変換


[0]ホーム

URL:


menu
  1. Dart
  2. dart:core
  3. Map<K,V>
  4. map<K2,V2> abstract method
map
description

map<K2,V2> abstract method

Map<K2,V2>map<K2,V2>(
  1. MapEntry<K2,V2>convert(
    1. Kkey,
    2. Vvalue
    )
)

Returns a new map where all entries of this map are transformed bythe givenconvert function.

Implementation

Map<K2, V2> map<K2, V2>(MapEntry<K2, V2> convert(K key, V value));
  1. Dart
  2. dart:core
  3. Map<K,V>
  4. map<K2,V2> abstract method
Map class

[8]ページ先頭

©2009-2025 Movatter.jp