Скалла Список addall

val result = scalaImmutableList ++ List(1,2,3,4,5) // will return new copy
QuackAttack69