Inject: Update current signal value with iterable
MapSignal<K, V> operator <<(Map<K, V> other) { value.addAll(other); set(value, force: true); return this; }