Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在一个包对象中有一些类型别名(和隐式转换),我想将其提供给其他包(在同一个父包中)。
是否可以使用包对象或其他一些构造来做到这一点,或者我是否需要用它们创建一个全局类(MyPredef._)?
您是否尝试过使用通配符导入包?
我相信这可能是您的解决方案..(对不起,我不知道如何在 Stackoverflow 中将其链接为可能的重复项,如果有人可以对我的回答执行此操作,请执行)
别名库隐含在包对象中