- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 661 - 670 of about 10,000 for filetype:html (0.4 sec)
-
类型推断 | Scala Documentation
Tour of Scala 类型推断 Language Scala 编译器通常可以推断出表达式的类型,因此你不必显式地声明它。 省略类型 val businessName = "Montreux Jazz Café" 编译器可以发现 ...docs.scala-lang.org/zh-cn/tour/type-inference.htmlRegistered: Mon Sep 08 18:46:21 UTC 2025 - Last Modified: Mon Sep 08 15:30:23 UTC 2025 - 208.6K bytes - Viewed (0) -
统一类型 | Scala Documentation
Tour of Scala 统一类型 Language 在Scala中,所有的值都有类型,包括数值和函数。下图阐述了类型层次结构的一个子集。 Scala类型层次结构 Any 是所有类型的超类型,也称为顶级类 型。它定义了一些通用的方法...docs.scala-lang.org/zh-cn/tour/unified-types.htmlRegistered: Mon Sep 08 18:46:24 UTC 2025 - Last Modified: Mon Sep 08 15:30:23 UTC 2025 - 209K bytes - Viewed (0) -
Composición de clases mixin | Scala Documentation
Tour of Scala Composición de clases mixin Language Nota de traducción: La palabra mixin puede ser traducida como mezc...docs.scala-lang.org/es/tour/mixin-class-composition.htmlRegistered: Mon Sep 08 18:49:17 UTC 2025 - Last Modified: Mon Sep 08 15:30:23 UTC 2025 - 85.7K bytes - Viewed (0) -
Clases Internas | Scala Documentation
Tour of Scala Clases Internas Language En Scala es posible que las clases tengan como miembro otras clases. A diferen...docs.scala-lang.org/es/tour/inner-classes.htmlRegistered: Mon Sep 08 18:49:34 UTC 2025 - Last Modified: Mon Sep 08 15:30:23 UTC 2025 - 89.8K bytes - Viewed (0) -
Tipos Compuestos | Scala Documentation
Tour of Scala Tipos Compuestos Language Algunas veces es necesario expresar que el tipo de un objeto es un subtipo de...docs.scala-lang.org/es/tour/compound-types.htmlRegistered: Mon Sep 08 18:49:42 UTC 2025 - Last Modified: Mon Sep 08 15:30:23 UTC 2025 - 84.7K bytes - Viewed (0) -
相交类型 | Scala 3 — Book | Scala Documentation
docs.scala-lang.org/zh-cn/scala3/book/types-intersection.htmlRegistered: Mon Sep 08 19:13:31 UTC 2025 - Last Modified: Mon Sep 08 15:30:23 UTC 2025 - 437.7K bytes - Viewed (0) -
Given 实例和 Using 语句 | Scala 3 — Book | Scala Doc...
docs.scala-lang.org/zh-cn/scala3/book/ca-context-parameters.htmlRegistered: Mon Sep 08 19:13:34 UTC 2025 - Last Modified: Mon Sep 08 15:30:23 UTC 2025 - 444.3K bytes - Viewed (0) -
Непрозрачные типы | Scala 3 — Book | Scala Docu...
docs.scala-lang.org/ru/scala3/book/types-opaque-types.htmlRegistered: Mon Sep 08 19:14:53 UTC 2025 - Last Modified: Mon Sep 08 15:30:23 UTC 2025 - 450.2K bytes - Viewed (0) -
总结 | Scala 3 — Book | Scala Documentation
docs.scala-lang.org/zh-cn/scala3/book/ca-summary.htmlRegistered: Mon Sep 08 19:13:43 UTC 2025 - Last Modified: Mon Sep 08 15:30:23 UTC 2025 - 430.9K bytes - Viewed (0) -
包对象 | Scala Documentation
Tour of Scala 包对象 Language 包对象 Scala 提供包对象作为在整个包中方便的共享使用的容器。 包对象中可以定义任何内容,而不仅仅是变量和方法。 例如,包对象经常用于保存包级作用域的类型别名和隐式转换。 包对...docs.scala-lang.org/zh-cn/tour/package-objects.htmlRegistered: Mon Sep 08 18:45:57 UTC 2025 - Last Modified: Mon Sep 08 15:30:23 UTC 2025 - 205K bytes - Viewed (0)