Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
大概就是Functional接口会收到不同类型的实现,然后调用其中的方法。
已知使用Functional原生类型可以,但是这样做似乎不太好。
或是反射获取方法,再调invoke。
但是能不能就使用functional.call(arg)呢
functional.call(arg)