gpt4 book ai didi

scala - 检查我在 REPL 中导入了什么?

转载 作者:行者123 更新时间:2023-12-02 05:15:06 24 4
gpt4 key购买 nike

在我的 Scala REPL 中,是否有任何命令可以用来:

  • 检查我导入了什么?
  • 检查是否导入了特定的类/对象?

谢谢

最佳答案

关于 1):是的,你可以

scala> :imports
1) import java.lang._ (145 types, 150 terms)
2) import scala._ (798 types, 806 terms)
3) import scala.Predef._ (16 types, 167 terms, 96 are implicit)

关于 2):有几种方法,但您为什么不尝试使用有问题的类呢?除此之外,你还可以做

scala> :type Foo
<console>:8: error: not found: value Foo
Foo
^

scala> :type List
scala.collection.immutable.List.type

关于scala - 检查我在 REPL 中导入了什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14788025/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com