Tagged Questions
12
votes
2answers
2k views
What good are right-associative methods in Scala?
I've just started playing around with Scala, and I just learned about how methods can be made right-associative (as opposed to the more traditional left-associativity common in imperative ...