groupByComputed<K2> abstract method
As with groupBy, but groups the elements by the reactive value of a computation.
Implementation
ComputedMap<K2, ComputedMap<K, V>> groupByComputed<K2>(
Computed<K2> Function(K key, V value) key);