I am trying to understand the type parameters when applied to a function.
I would like to use Generic Types in the below method but using String and Int for my understa
A quick one liner:
def myfunc(f:String => Int):Int = Integer.min(1,2)