I have a logic look like this:
def process[T](f1: => T, f2: => T): T = { Try { /*Do Something*/ } match { ca