Relates :
|
|
Relates :
|
Currently, every time Nashorn needs to know whether a class can be auto converted from a function, it will generate the adapter class for that function and ask it (because the adapter happens to know). This is a bit of a heavy-handed approach. Even though from code complexity point of view it is convenient, performance wise it is not.
|