- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 551 - 560 of 6,027 for timestamp:[now/d-1d TO *] (0.1 sec)
-
不可变值 | Scala 3 — Book | Scala Documentation
docs.scala-lang.org/zh-cn/scala3/book/fp-immutable-values.htmlRegistered: Mon Nov 25 20:57:02 UTC 2024 - Last Modified: Sun Nov 24 14:43:35 UTC 2024 - 440K bytes - Viewed (0) -
单例对象 | Scala Documentation
Tour of Scala 单例对象 Language 单例对象是一种特殊的类,有且只有一个实例。和惰性变量一样,单例对象是延迟创建的,当它第一次被使用时创建。 当对象定义于顶层时(即没有包含在其他类中),单例对象只有一个实例。 当对...docs.scala-lang.org/zh-cn/tour/singleton-objects.htmlRegistered: Mon Nov 25 21:00:54 UTC 2024 - Last Modified: Sun Nov 24 14:43:35 UTC 2024 - 210.6K bytes - Viewed (0) -
总结 | Scala 3 — Book | Scala Documentation
docs.scala-lang.org/zh-cn/scala3/book/collections-summary.htmlRegistered: Mon Nov 25 20:57:28 UTC 2024 - Last Modified: Sun Nov 24 14:43:35 UTC 2024 - 432K bytes - Viewed (0) -
打包和导入 | Scala 3 — Book | Scala Documentation
A discussion of using packages and imports to organize your code, build related modules of code, control scope, and help prevent namespace collisions.docs.scala-lang.org/zh-cn/scala3/book/packaging-imports.htmlRegistered: Mon Nov 25 20:57:43 UTC 2024 - Last Modified: Sun Nov 24 14:43:35 UTC 2024 - 494.3K bytes - Viewed (0) -
worksheet | Scala 3 — Book | Scala Documentation
docs.scala-lang.org/zh-cn/scala3/book/tools-worksheets.htmlRegistered: Mon Nov 25 20:57:51 UTC 2024 - Last Modified: Sun Nov 24 14:43:35 UTC 2024 - 433.4K bytes - Viewed (0) -
多参数列表(柯里化) | Scala Documentation
Tour of Scala 多参数列表(柯里化) Language 方法可以定义多个参数列表,当使用较少的参数列表调用多参数列表的方法时,会产生一个新的函数,该函数接收剩余的参数列表作为其参数。这被称为 柯里化 。 下面是一个例子,在...docs.scala-lang.org/zh-cn/tour/multiple-parameter-lists.htmlRegistered: Mon Nov 25 20:59:24 UTC 2024 - Last Modified: Sun Nov 24 14:43:35 UTC 2024 - 213K bytes - Viewed (0) -
默认参数值 | Scala Documentation
Tour of Scala 默认参数值 Language Scala具备给参数提供默认值的能力,这样调用者就可以忽略这些具有默认值的参数。 def log ( message : String , level : String = "...docs.scala-lang.org/zh-cn/tour/default-parameter-values.htmlRegistered: Mon Nov 25 21:01:53 UTC 2024 - Last Modified: Sun Nov 24 14:43:35 UTC 2024 - 206.5K bytes - Viewed (0) -
类型下界 | Scala Documentation
Tour of Scala 类型下界 Language 类型上界 将类型限制为另一种类型的子类型,而 类型下界 将类型声明为另一种类型的超类型。 术语 B >: A 表示类型参数 B 或抽象类型 B 是类型 A 的超类型。 在大多数情...docs.scala-lang.org/zh-cn/tour/lower-type-bounds.htmlRegistered: Mon Nov 25 20:59:03 UTC 2024 - Last Modified: Sun Nov 24 14:43:35 UTC 2024 - 212.3K bytes - Viewed (0) -
Методы | Scala 3 — Book | Scala Documentation
docs.scala-lang.org/ru/scala3/book/methods-intro.htmlRegistered: Mon Nov 25 21:08:20 UTC 2024 - Last Modified: Sun Nov 24 14:43:35 UTC 2024 - 414.2K bytes - Viewed (0) -
Особенности методов | Scala 3 — Book | Scala Do...
docs.scala-lang.org/ru/scala3/book/methods-most.htmlRegistered: Mon Nov 25 21:08:27 UTC 2024 - Last Modified: Sun Nov 24 14:43:35 UTC 2024 - 485.6K bytes - Viewed (0)