Somewhat similar to Stack Overflow question Compose and andThen methods, I\'ve been working through Twitter\'s Scala School tutorial and quickly ran into the same probl
You can use simply 'a compose b'.
scala> val c = a compose b c: String => java.lang.String =