am
dfriehs
map
val newList = studentList.map { if (it.id == student.id) it.copy(isFailed = false) else it.copy() }
Cloneable
copy
A modern programming language that makes developers happier.