add abstract method

ComputedMap<K, V> add(
  1. K key,
  2. V value
)

Reactively adds the pair key, value to this reactive map.

Implementation

ComputedMap<K, V> add(
    K key, V value);