I'm new in scala language I have a listbuffer :
var oldQuestions: Seq[Question] = section.questions
var newQuestions: ListBuffer[Question] = new ListBuffer()
So all I need is,to loop over the newQuestions list and access to one question based on her id and delete it. Any help would be very appreciated.