MapSignalExtension#
Kind:
extension |
Package: package:signals_core
Extension: MapSignalExtension#
extension MapSignalExtension on Signal<Map<K, V>>
Helper extensions for Signal
Members of MapSignalExtension#
| Member | Type | Signature | Description |
|---|---|---|---|
| []= | method |
dart void []=(K key, V value) |
|
| addAll | method |
dart void addAll(Map<K, V> other) |
|
| addEntries | method |
dart void addEntries(Iterable<MapEntry<K, V>> newEntries) |
|
| clear | method |
dart void clear() |
|
| forEach | method |
dart void forEach(void Function(K key, V value) action) |
|
| putIfAbsent | method |
dart V putIfAbsent(K key, V Function() ifAbsent) |
|
| remove | method |
dart V? remove(Object? key) |
|
| removeWhere | method |
dart void removeWhere(bool Function(K key, V value) test) |
|
| update | method |
dart V update(K key, V Function(V value) update, {V Function()? ifAbsent}) |
|
| updateAll | method |
dart void updateAll(V Function(K key, V value) update) |
References#
The MapSignalExtension type is referenced and used in the following pages: