- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 181 - 190 of about 10,000 for timestamp:[now/d-1M TO *] (0.05 sec)
-
基础 | Scala Documentation
Tour of Scala 基础 Language 这篇文章涵盖了Scala的基础知识。 在浏览器上尝试Scala 你可以在浏览器上使用Scastie运行Scala。 打开 Scastie ; 在左侧窗格中粘贴 println("He...docs.scala-lang.org/zh-cn/tour/basics.htmlRegistered: Mon Jul 07 07:21:15 UTC 2025 - Last Modified: Mon Jul 07 03:30:20 UTC 2025 - 227.2K bytes - Viewed (0) -
样例类(Case Classes) | Scala Documentation
Tour of Scala 样例类(Case Classes) Language 样例类(Case classes)和普通类差不多,只有几点关键差别,接下来的介绍将会涵盖这些差别。样例类非常适合用于不可变的数据。下一节将会介绍他们在 ...docs.scala-lang.org/zh-cn/tour/case-classes.htmlRegistered: Mon Jul 07 07:21:40 UTC 2025 - Last Modified: Mon Jul 07 03:30:20 UTC 2025 - 208.4K bytes - Viewed (0) -
实现类型类 | Scala 3 — Book | Scala Documentation
docs.scala-lang.org/zh-cn/scala3/book/ca-type-classes.htmlRegistered: Mon Jul 07 07:20:23 UTC 2025 - Last Modified: Mon Jul 07 03:30:19 UTC 2025 - 451.4K bytes - Viewed (0) -
多元相等性 | Scala 3 — Book | Scala Documentation
docs.scala-lang.org/zh-cn/scala3/book/ca-multiversal-equality.htmlRegistered: Mon Jul 07 07:20:27 UTC 2025 - Last Modified: Mon Jul 07 03:30:19 UTC 2025 - 449K bytes - Viewed (0) -
类 | Scala Documentation
Tour of Scala 类 Language Scala中的类是用于创建对象的蓝图,其中包含了方法、常量、变量、类型、对象、特质、类,这些统称为成员。类型、对象和特质将在后面的文章中介绍。 类定义 一个最简的类的定义就是关键字 c...docs.scala-lang.org/zh-cn/tour/classes.htmlRegistered: Mon Jul 07 07:20:37 UTC 2025 - Last Modified: Mon Jul 07 03:30:20 UTC 2025 - 215.1K bytes - Viewed (0) -
类型上界 | Scala Documentation
Tour of Scala 类型上界 Language 在Scala中, 类型参数 和 抽象类型 都可以有一个类型边界约束。这种类型边界在限制类型变量实际取值的同时还能展露类型成员的更多信息。比如像 T <: A 这样声明的类型上界表...docs.scala-lang.org/zh-cn/tour/upper-type-bounds.htmlRegistered: Mon Jul 07 07:20:44 UTC 2025 - Last Modified: Mon Jul 07 03:30:20 UTC 2025 - 207K bytes - Viewed (0) -
隐式转换 | Scala Documentation
Tour of Scala 隐式转换 Language 一个从类型 S 到类型 T 的隐式转换由一个函数类型 S => T 的隐式值来定义,或者由一个可转换成所需值的隐式方法来定义。 隐式转换在两种情况下会用到: 如果一个表达式 e ...docs.scala-lang.org/zh-cn/tour/implicit-conversions.htmlRegistered: Mon Jul 07 07:21:58 UTC 2025 - Last Modified: Mon Jul 07 03:30:20 UTC 2025 - 208.1K bytes - Viewed (0) -
Packages and Imports | Scala Documentation
Tour of Scala Packages and Imports Language Packages and Imports (this section of the tour has not been translated ye...docs.scala-lang.org/pt-br/tour/packages-and-imports.htmlRegistered: Mon Jul 07 07:34:13 UTC 2025 - Last Modified: Mon Jul 07 03:30:20 UTC 2025 - 72.3K bytes - Viewed (0) -
Tipos Compostos | Scala Documentation
Tour of Scala Tipos Compostos Language Às vezes é necessário expressar que o tipo de um objeto é um subtipo de vários...docs.scala-lang.org/pt-br/tour/compound-types.htmlRegistered: Mon Jul 07 07:34:19 UTC 2025 - Last Modified: Mon Jul 07 03:30:20 UTC 2025 - 75.5K bytes - Viewed (0) -
Inferência de Tipo Local | Scala Documentation
Tour of Scala Inferência de Tipo Local Language Scala tem um mecanismo nativo de inferência de tipos que permite ao p...docs.scala-lang.org/pt-br/tour/type-inference.htmlRegistered: Mon Jul 07 07:34:44 UTC 2025 - Last Modified: Mon Jul 07 03:30:20 UTC 2025 - 76.8K bytes - Viewed (0)