- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 711 - 720 of 1,312 for host:docs.scala-lang.org (0.04 sec)
-
特质 | Scala Documentation
Tour of Scala 特质 Language 特质 (Traits) 用于在类 (Class)之间共享程序接口 (Interface)和字段 (Fields)。 它们类似于Java 8的接口。 类和对象 (Objects)可以扩...docs.scala-lang.org/zh-cn/tour/traits.htmlRegistered: Fri Jun 27 05:08:58 UTC 2025 - Last Modified: Fri Jun 27 03:30:15 UTC 2025 - 209.4K bytes - Viewed (0) -
抽象类型 | Scala Documentation
Tour of Scala 抽象类型 Language 特质和抽象类可以包含一个抽象类型成员,意味着实际类型可由具体实现来确定。例如: trait Buffer { type T val element : T } 这里定义的抽象类型...docs.scala-lang.org/zh-cn/tour/abstract-type-members.htmlRegistered: Fri Jun 27 05:09:18 UTC 2025 - Last Modified: Fri Jun 27 03:30:15 UTC 2025 - 210.2K bytes - Viewed (0) -
通过混入(mixin)来组合类 | Scala Documentation
Tour of Scala 通过混入(mixin)来组合类 Language 当某个特质被用于组合类时,被称为混入。 abstract class A { val message : String } class B extends ...docs.scala-lang.org/zh-cn/tour/mixin-class-composition.htmlRegistered: Fri Jun 27 05:09:42 UTC 2025 - Last Modified: Fri Jun 27 03:30:15 UTC 2025 - 210.1K bytes - Viewed (0) -
元组 | Scala Documentation
Tour of Scala 元组 Language 在 Scala 中,元组是一个可以容纳不同类型元素的类。 元组是不可变的。 当我们需要从函数返回多个值时,元组会派上用场。 元组可以创建如下: val ingredient = ( ...docs.scala-lang.org/zh-cn/tour/tuples.htmlRegistered: Fri Jun 27 05:10:34 UTC 2025 - Last Modified: Fri Jun 27 03:30:15 UTC 2025 - 209.1K bytes - Viewed (0) -
Тестирование с помощью MUnit | Scala инструмент...
docs.scala-lang.org/ru/toolkit/testing-intro.htmlRegistered: Fri Jun 27 05:10:45 UTC 2025 - Last Modified: Fri Jun 27 03:30:16 UTC 2025 - 70.9K bytes - Viewed (0) -
Package Objects | Scala Documentation
Tour of Scala Package Objects Language Package objects (this section of the tour has not been translated yet. pull re...docs.scala-lang.org/th/tour/package-objects.htmlRegistered: Fri Jun 27 05:11:32 UTC 2025 - Last Modified: Fri Jun 27 03:30:16 UTC 2025 - 72K bytes - Viewed (0) -
包和导入 | Scala Documentation
Tour of Scala 包和导入 Language 包和导入 Scala 使用包来创建命名空间,从而允许你创建模块化程序。 创建包 通过在 Scala 文件的头部声明一个或多个包名称来创建包。 package users clas...docs.scala-lang.org/zh-cn/tour/packages-and-imports.htmlRegistered: Fri Jun 27 05:10:23 UTC 2025 - Last Modified: Fri Jun 27 03:30:15 UTC 2025 - 206.4K bytes - Viewed (0) -
上下文绑定 | Scala 3 — Book | Scala Documentation
docs.scala-lang.org/zh-cn/scala3/book/ca-context-bounds.htmlRegistered: Fri Jun 27 04:29:00 UTC 2025 - Last Modified: Fri Jun 27 03:30:15 UTC 2025 - 445.3K bytes - Viewed (0) -
Dropped: Do-While
Scala 3 Reference 3.7.1 Learn Install Playground Find A Library Community Blog Scala 3 Reference Learn Install Playgr...docs.scala-lang.org/scala3/reference/dropped-features/do-while.htmlRegistered: Fri Jun 27 04:43:58 UTC 2025 - Last Modified: Tue Jun 03 12:53:02 UTC 2025 - 27.6K bytes - Viewed (0) -
Deprecated: Nonlocal Returns
Scala 3 Reference 3.7.1 Learn Install Playground Find A Library Community Blog Scala 3 Reference Learn Install Playgr...docs.scala-lang.org/scala3/reference/dropped-features/nonlocal-returns.htmlRegistered: Fri Jun 27 04:44:01 UTC 2025 - Last Modified: Tue Jun 03 12:53:02 UTC 2025 - 26.2K bytes - Viewed (0)