tipsy
fun update(id: Int, name: String, email: String) { updatedUser = findUserById(id).copy( ... only copy params which have been provided ) }