- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 851 - 860 of 1,296 for host:docs.scala-lang.org (0.03 sec)
-
The Meta-theory of Symmetric Metaprogramming
Scala 3 Reference 3.6.4 Learn Install Playground Find A Library Community Blog Scala 3 Reference Learn Install Playgr...docs.scala-lang.org/scala3/reference/metaprogramming/simple-smp.htmlRegistered: Wed Apr 16 04:15:16 UTC 2025 - Last Modified: Fri Mar 07 14:53:02 UTC 2025 - 43.3K bytes - Viewed (0) -
Relationship with Scala 2 Implicits
Scala 3 Reference 3.6.4 Learn Install Playground Find A Library Community Blog Scala 3 Reference Learn Install Playgr...docs.scala-lang.org/scala3/reference/contextual/relationship-implicits.htmlRegistered: Wed Apr 16 04:15:19 UTC 2025 - Last Modified: Fri Mar 07 14:53:02 UTC 2025 - 39.1K bytes - Viewed (0) -
Other New Features
Scala 3 Reference 3.6.4 Learn Install Playground Find A Library Community Blog Scala 3 Reference Learn Install Playgr...docs.scala-lang.org/scala3/reference/other-new-features/index.htmlRegistered: Wed Apr 16 04:17:29 UTC 2025 - Last Modified: Fri Mar 07 14:53:02 UTC 2025 - 24.4K bytes - Viewed (0) -
Experimental
Scala 3 Reference 3.6.4 Learn Install Playground Find A Library Community Blog Scala 3 Reference Learn Install Playgr...docs.scala-lang.org/scala3/reference/experimental/index.htmlRegistered: Wed Apr 16 04:17:36 UTC 2025 - Last Modified: Fri Mar 07 14:53:02 UTC 2025 - 26.3K bytes - Viewed (0) -
Match Expressions
Scala 3 Reference 3.6.4 Learn Install Playground Find A Library Community Blog Scala 3 Reference Learn Install Playgr...docs.scala-lang.org/scala3/reference/changed-features/match-syntax.htmlRegistered: Wed Apr 16 04:16:54 UTC 2025 - Last Modified: Fri Mar 07 14:53:02 UTC 2025 - 27K bytes - Viewed (0) -
模式匹配 | Scala Documentation
Tour of Scala 模式匹配 Language 模式匹配是检查某个值(value)是否匹配某一个模式的机制,一个成功的匹配同时会将匹配值解构为其组成部分。它是Java中的 switch 语句的升级版,同样可以用于替代一系列的 ...docs.scala-lang.org/zh-cn/tour/pattern-matching.htmlRegistered: Wed Apr 16 04:21:52 UTC 2025 - Last Modified: Fri Mar 28 02:11:35 UTC 2025 - 216.4K bytes - Viewed (0) -
类型推断 | Scala Documentation
Tour of Scala 类型推断 Language Scala 编译器通常可以推断出表达式的类型,因此你不必显式地声明它。 省略类型 val businessName = "Montreux Jazz Café" 编译器可以发现 ...docs.scala-lang.org/zh-cn/tour/type-inference.htmlRegistered: Wed Apr 16 04:22:16 UTC 2025 - Last Modified: Fri Mar 28 02:11:35 UTC 2025 - 208.6K bytes - Viewed (0) -
包对象 | Scala Documentation
Tour of Scala 包对象 Language 包对象 Scala 提供包对象作为在整个包中方便的共享使用的容器。 包对象中可以定义任何内容,而不仅仅是变量和方法。 例如,包对象经常用于保存包级作用域的类型别名和隐式转换。 包对...docs.scala-lang.org/zh-cn/tour/package-objects.htmlRegistered: Wed Apr 16 04:22:22 UTC 2025 - Last Modified: Fri Mar 28 02:11:35 UTC 2025 - 205K bytes - Viewed (0) -
复合类型 | Scala Documentation
Tour of Scala 复合类型 Language 有时需要表明一个对象的类型是其他几种类型的子类型。 在 Scala 中,这可以表示成 复合类型 ,即多个类型的交集。 假设我们有两个特质 Cloneable 和 Resetabl...docs.scala-lang.org/zh-cn/tour/compound-types.htmlRegistered: Wed Apr 16 04:22:25 UTC 2025 - Last Modified: Fri Mar 28 02:11:35 UTC 2025 - 205.5K bytes - Viewed (0) -
自类型 | Scala Documentation
Tour of Scala 自类型 Language 自类型用于声明一个特质必须混入其他特质,尽管该特质没有直接扩展其他特质。 这使得所依赖的成员可以在没有导入的情况下使用。 自类型是一种细化 this 或 this 别名之类型的方法...docs.scala-lang.org/zh-cn/tour/self-types.htmlRegistered: Wed Apr 16 04:22:33 UTC 2025 - Last Modified: Fri Mar 28 02:11:35 UTC 2025 - 205.5K bytes - Viewed (0)