Not a collection method but ... ```val singleObj =...
# announcements
u
Not a collection method but ...
Copy code
val singleObj = sc.nextLine().split(' ').use { MyAwesomeClass(it[0], it[1]) }