Ⓢ
Size: a a a
Ⓢ
Ⓢ
EK
AK
Ⓢ
AK
DL
AK
AK
Ⓢ
Ⓢ
Ⓢ
ЕП
SB
AK
Ⓢ
Ⓢ
Ⓢ
fun <T: Any> Stream<T>.toList(): List<T>
= this.collect(Collectors.toList<T>())
.collect(Collectors.toList())
может быть заменена на простой вызов .toList()
SR
fun <T: Any> Stream<T>.toList(): List<T>
= this.collect(Collectors.toList<T>())
.collect(Collectors.toList())
может быть заменена на простой вызов .toList()
MV