Function types are less concerned about what metho...
# codingconventions
b
Function types are less concerned about what method name is available, meaning you could use any (or multiple) top-level or functions on any given object. Function types are simple interfaces that only utilize the
invoke
operator function.