(=> Action[Page]) is a call by name parameter.
So f: (=> Action[Page]) => Ois a function with a call to the name parameter of type Action [Page], and this function returns a result of type O.
You can see its use in the method definition ~>.
source
share