"git@git.gitsec.cn:barrycho/hikyuu.git" did not exist on "6466016c3df9c891ffd0fccc6f50983e53b3ca65"
Change FunctionCatalog to key off Class<?>
Makes it possible to support other "function" types in the future. The user is always taking a risk with the lookup that the object returned has the generic type desired (but that hasn't changed with this commit). FunctionCatalog is a lot simpler as a result and also a lot more flexible.
Showing
+475 -410
This diff is collapsed.
Please register or sign in to comment