- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 311 - 320 of 1,284 for host:docs.scala-lang.org (0.08 sec)
-
For 表达式 | Scala Documentation
Tour of Scala For 表达式 Language Scala 提供一个轻量级的标记方式用来表示 序列推导 。推导使用形式为 for (enumerators) yield e 的 for 表达式,此处 enumerator...docs.scala-lang.org/zh-cn/tour/for-comprehensions.htmlRegistered: Fri Nov 15 04:44:28 UTC 2024 - Last Modified: Wed Nov 13 18:53:39 UTC 2024 - 212.3K bytes - Viewed (0) -
特质 | Scala Documentation
Tour of Scala 特质 Language 特质 (Traits) 用于在类 (Class)之间共享程序接口 (Interface)和字段 (Fields)。 它们类似于Java 8的接口。 类和对象 (Objects)可以扩...docs.scala-lang.org/zh-cn/tour/traits.htmlRegistered: Fri Nov 15 04:44:51 UTC 2024 - Last Modified: Wed Nov 13 18:53:39 UTC 2024 - 209.6K bytes - Viewed (0) -
SIP Meeting Minutes - 30th August 2018 | Scala ...
SIP Meeting Minutes - 30th August 2018 Language Minutes The following agenda was distributed to attendees: Topic Revi...docs.scala-lang.org/sips/minutes/2018-08-30-sip-minutes.htmlRegistered: Fri Nov 15 04:42:19 UTC 2024 - Last Modified: Wed Nov 13 18:53:39 UTC 2024 - 46.5K bytes - Viewed (0) -
SIP Meeting Minutes - June 08 2019 | Scala Docu...
SIP Meeting Minutes - June 08 2019 Language Minutes The agenda distributed to the attendees is here . Proceedings Imp...docs.scala-lang.org/sips/minutes/2019-06-08-sip-minutes.htmlRegistered: Fri Nov 15 04:42:36 UTC 2024 - Last Modified: Wed Nov 13 18:53:39 UTC 2024 - 40.4K bytes - Viewed (0) -
improved-lazy-vals-initialization.html
docs.scala-lang.org/sips/sips/improved-lazy-vals-initialization.htmlRegistered: Fri Nov 15 04:40:45 UTC 2024 - Last Modified: Wed Nov 13 18:53:39 UTC 2024 - 1 bytes - Viewed (0) -
SIP Meeting Results - 11th September 2023 | Sca...
SIP Meeting Results - 11th September 2023 Language The Committee discussed and voted on the proposals listed below. P...docs.scala-lang.org/sips/results/2023-09-11-meeting.htmlRegistered: Fri Nov 15 04:42:50 UTC 2024 - Last Modified: Wed Nov 13 18:53:39 UTC 2024 - 24.5K bytes - Viewed (0) -
纯函数 | Scala 3 — Book | Scala Documentation
docs.scala-lang.org/zh-cn/scala3/book/fp-pure-functions.htmlRegistered: Fri Nov 15 04:45:56 UTC 2024 - Last Modified: Wed Nov 13 18:53:39 UTC 2024 - 440.5K 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 Nov 15 04:45:44 UTC 2024 - Last Modified: Wed Nov 13 18:53:39 UTC 2024 - 210.4K bytes - Viewed (0) -
传名参数 | Scala Documentation
Tour of Scala 传名参数 Language 传名参数 仅在被使用时触发实际参数的求值运算。 它们与 传值参数 正好相反。 要将一个参数变为传名参数,只需在它的类型前加上 => 。 def calculate ( input...docs.scala-lang.org/zh-cn/tour/by-name-parameters.htmlRegistered: Fri Nov 15 04:45:16 UTC 2024 - Last Modified: Wed Nov 13 18:53:39 UTC 2024 - 205.9K bytes - Viewed (0) -
命名参数 | Scala Documentation
Tour of Scala 命名参数 Language 当调用方法时,实际参数可以通过其对应的形式参数的名称来标记: def printName ( first : String , last : String ) : Unit = ...docs.scala-lang.org/zh-cn/tour/named-arguments.htmlRegistered: Fri Nov 15 04:45:26 UTC 2024 - Last Modified: Wed Nov 13 18:53:39 UTC 2024 - 204.7K bytes - Viewed (0)