there are always overloads that get specific insta...
# announcements
o
there are always overloads that get specific instance, like instead of
toArrayList()
one can use
toCollection(ArrayList())
. Same with
toMap(LinkedHashMap())
.