ListExtension<T> extension

on

Properties

isSingle bool
no setter

Methods

groupBy<K>(K keyFunction(T)) Map<K, List<T>>