. "The serve method takes a PartialFunction[List[String], MVCResponse] as a parameter.This defines a route to serve.A PartialFunction in Scala is a pattern that matches the type of the first parameter and if the pattern is matched, then the function returns the right hand side if the =>." . . .