I am new to Scala and I saw following code snipplet, which I do not understand at all.
myFunction(param)(request)
What is (request) doing in the above code? Its obviously not a parameter.
I have been googling for 2 hours to find out what this means but I don't even understand what to google. Forgive me for such a basic question but I have no idea.