groostav
val x = aCollection.doThing { a, b -> whatever()}
val y = aCollection.doThing { a -> whatever() }