Question

Not entirely sure how to query for a search on %% and % which I see being used in Scalatra. Trying to understand what significance these symbols have in Scala. Is there a tool out there where I can put in the symbol and it'll pull up the appropriate documentation?

Was it helpful?

Solution

They don't have any significance in the language - they are just variable or method names like foo or bar. I don't know anything about Scalatra, but if you try the Scalatra documentation there's an alphabetical index in the top left that you can check (the # before A is for symbols). It doesn't turn up anything. Are you sure they are being used in Scalatra, and not just in the sbt build file? Because in sbt they are used for managed dependencies - docs here.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top