- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 41 - 50 of about 10,000 for content_length:[100000 TO 499999] (0.04 sec)
-
样例类(Case Classes) | Scala Documentation
Tour of Scala 样例类(Case Classes) Language 样例类(Case classes)和普通类差不多,只有几点关键差别,接下来的介绍将会涵盖这些差别。样例类非常适合用于不可变的数据。下一节将会介绍他们在 ...docs.scala-lang.org/zh-cn/tour/case-classes.htmlRegistered: Mon Sep 15 06:11:32 UTC 2025 - Last Modified: Mon Sep 15 03:30:21 UTC 2025 - 208.4K bytes - Viewed (0) -
พื้นฐาน | Scala Documentation
Tour of Scala พื้นฐาน Language ในหน้านี้ เราจะครอบคลุมพื้นฐานของ Scala In this page, we will cover basics of Scala. ท...docs.scala-lang.org/th/tour/basics.htmlRegistered: Mon Sep 15 06:09:41 UTC 2025 - Last Modified: Mon Sep 15 03:30:21 UTC 2025 - 100.9K bytes - Viewed (0) -
基础 | Scala Documentation
Tour of Scala 基础 Language 这篇文章涵盖了Scala的基础知识。 在浏览器上尝试Scala 你可以在浏览器上使用Scastie运行Scala。 打开 Scastie ; 在左侧窗格中粘贴 println("He...docs.scala-lang.org/zh-cn/tour/basics.htmlRegistered: Mon Sep 15 06:09:45 UTC 2025 - Last Modified: Mon Sep 15 03:30:21 UTC 2025 - 227.2K bytes - Viewed (0) -
Parsing arguments and building values — Python ...
These functions are useful when creating your own extension functions and methods. Additional information and examples are available in Extending and Embedding the Python Interpreter. The first thr...docs.python.org/3/c-api/arg.htmlRegistered: Mon Sep 15 05:19:00 UTC 2025 - Last Modified: Sun Sep 14 15:33:08 UTC 2025 - 108.8K bytes - Viewed (0) -
9. Classes — Python 3.13.7 documentation
Classes provide a means of bundling data and functionality together. Creating a new class creates a new type of object, allowing new instances of that type to be made. Each class instance can have ...docs.python.org/3/tutorial/classes.htmlRegistered: Mon Sep 15 05:19:20 UTC 2025 - Last Modified: Sun Sep 14 15:33:08 UTC 2025 - 102.3K bytes - Viewed (0) -
ジェネリッククラス | Scala Documentation
Tour of Scala ジェネリッククラス Language ジェネリッククラスはパラメータとして型を1つ受け取るクラスです。それらはコレクションクラスで特に役立ちます。 ジェネリッククラスの定義 ジェネリッククラスは角カッコ [...docs.scala-lang.org/ja/tour/generic-classes.htmlRegistered: Mon Sep 15 06:13:59 UTC 2025 - Last Modified: Mon Sep 15 03:30:21 UTC 2025 - 145.9K bytes - Viewed (0) -
統合された型 | Scala Documentation
Tour of Scala 統合された型 Language Scalaでは数値や関数を含め、全ての値は型を持ちます。 以下の図は型階層の一部を説明しています。 Scalaの型階層 Any は全ての型のスーパータイプであり、トップ型とも...docs.scala-lang.org/ja/tour/unified-types.htmlRegistered: Mon Sep 15 06:18:23 UTC 2025 - Last Modified: Mon Sep 15 03:30:21 UTC 2025 - 147.6K bytes - Viewed (0) -
类 | Scala Documentation
Tour of Scala 类 Language Scala中的类是用于创建对象的蓝图,其中包含了方法、常量、变量、类型、对象、特质、类,这些统称为成员。类型、对象和特质将在后面的文章中介绍。 类定义 一个最简的类的定义就是关键字 c...docs.scala-lang.org/zh-cn/tour/classes.htmlRegistered: Mon Sep 15 06:18:29 UTC 2025 - Last Modified: Mon Sep 15 03:30:21 UTC 2025 - 215.1K bytes - Viewed (0) -
Вложенные Методы | Scala Documentation
Tour of Scala Вложенные Методы Language В Scala возможно объявление метода вкладывать в тело другого метода. Это реал...docs.scala-lang.org/ru/tour/nested-functions.htmlRegistered: Mon Sep 15 06:16:38 UTC 2025 - Last Modified: Mon Sep 15 03:30:21 UTC 2025 - 216.7K bytes - Viewed (0) -
複合型 | Scala Documentation
Tour of Scala 複合型 Language ときどき、あるオブジェクトの型が、複数の他の型のサブタイプであると表現する必要が生じます。 Scalaでは、これは 複合型 を用いて表現できます。複合型とはオブジェクトの型同士を重...docs.scala-lang.org/ja/tour/compound-types.htmlRegistered: Mon Sep 15 06:15:12 UTC 2025 - Last Modified: Mon Sep 15 03:30:21 UTC 2025 - 143.8K bytes - Viewed (0)