- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 381 - 390 of about 10,000 for filetype:html (0.33 sec)
-
クラス | Scala Documentation
Tour of Scala クラス Language Scalaにおけるクラスはオブジェクトを作るための設計図です。 クラスはメソッド、値、変数、型、オブジェクト、トレイト、クラスを持ち、それらはまとめて メンバー と呼ばれます。 型...docs.scala-lang.org/ja/tour/classes.htmlRegistered: Wed Sep 03 04:17:28 UTC 2025 - Last Modified: Wed Sep 03 03:30:22 UTC 2025 - 154.3K bytes - Viewed (0) -
内部类 | Scala Documentation
Tour of Scala 内部类 Language 在Scala中,一个类可以作为另一个类的成员。 在一些类似 Java 的语言中,内部类是外部类的成员,而 Scala 正好相反,内部类是绑定到外部对象的。 假设我们希望编译器在编译...docs.scala-lang.org/zh-cn/tour/inner-classes.htmlRegistered: Wed Sep 03 04:28:57 UTC 2025 - Last Modified: Wed Sep 03 03:30:22 UTC 2025 - 212.2K 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: Wed Sep 03 04:29:01 UTC 2025 - Last Modified: Wed Sep 03 03:30:22 UTC 2025 - 89.8K bytes - Viewed (0) -
Operatori | Scala Documentation
Tour of Scala Operatori Language U Scali, operatori su metode. Bilo koja metoda koja prima samo jedan parametar može ...docs.scala-lang.org/ba/tour/operators.htmlRegistered: Wed Sep 03 04:30:13 UTC 2025 - Last Modified: Wed Sep 03 03:30:22 UTC 2025 - 79.5K bytes - Viewed (0) -
Wzorce wyrażeń regularnych | Scala Documentation
Tour of Scala Wzorce wyrażeń regularnych Language Wzorce sekwencji ignorujące prawą stronę Wzorce ignorujące prawą st...docs.scala-lang.org/pl/tour/regular-expression-patterns.htmlRegistered: Wed Sep 03 04:29:41 UTC 2025 - Last Modified: Wed Sep 03 03:30:22 UTC 2025 - 75K bytes - Viewed (0) -
高阶函数 | Scala Documentation
Tour of Scala 高阶函数 Language 高阶函数是指使用其他函数作为参数、或者返回一个函数作为结果的函数。在Scala中函数是“一等公民”,所以允许定义高阶函数。这里的术语可能有点让人困惑,我们约定,使用函数值作为参数...docs.scala-lang.org/zh-cn/tour/higher-order-functions.htmlRegistered: Wed Sep 03 04:31:16 UTC 2025 - Last Modified: Wed Sep 03 03:30:22 UTC 2025 - 215.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 Sep 03 04:32:25 UTC 2025 - Last Modified: Wed Sep 03 03:30:22 UTC 2025 - 208.6K bytes - Viewed (0) -
Configuring Parallel Collections | Parallel Col...
Parallel Collections Configuring Parallel Collections Language Task support Parallel collections are modular in the w...docs.scala-lang.org/overviews/parallel-collections/configuration.htmlRegistered: Wed Sep 03 04:06:03 UTC 2025 - Last Modified: Wed Sep 03 03:30:22 UTC 2025 - 43.4K bytes - Viewed (0) -
The sequence traits Seq, IndexedSeq, and Linear...
Collections The sequence traits Seq, IndexedSeq, and LinearSeq Language The Seq trait represents sequences. A sequenc...docs.scala-lang.org/overviews/collections-2.13/seqs.htmlRegistered: Wed Sep 03 04:06:31 UTC 2025 - Last Modified: Wed Sep 03 03:30:22 UTC 2025 - 69.4K bytes - Viewed (0) -
Strings | Collections | Scala Documentation
Collections Strings Language Like arrays, strings are not directly sequences, but they can be converted to them, and ...docs.scala-lang.org/overviews/collections-2.13/strings.htmlRegistered: Wed Sep 03 04:06:38 UTC 2025 - Last Modified: Wed Sep 03 03:30:22 UTC 2025 - 44.4K bytes - Viewed (0)