Comparing two listBuffer in Scala

75 Views Asked by At

I have a class like :

case class (a: String, b: String, c: ListBuffer)

I have multiple object of this class.
I want output class in such way that if two object have similar listbuffer element in that, then it should add in result only once (duplicate should be avoided).

0

There are 0 best solutions below