This is more like a quick reference for myself, how to pass a method as a function argument. It turned out to be very useful for one of programming tasks. I had a lot of "get" type methods with the same return value, and needed to construct a table of results. And passing method as argument, was a very neat solution.