def tupleToList(p:Product) = p.productIterator.toListval l1 = tupleToList( (1,2,3,4,5) ).map( _.toString.toInt)