- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 281 - 290 of 1,312 for host:docs.scala-lang.org (0.07 sec)
-
统一类型 | Scala Documentation
Tour of Scala 统一类型 Language 在Scala中,所有的值都有类型,包括数值和函数。下图阐述了类型层次结构的一个子集。 Scala类型层次结构 Any 是所有类型的超类型,也称为顶级类 型。它定义了一些通用的方法...docs.scala-lang.org/zh-cn/tour/unified-types.htmlRegistered: Fri Jun 27 05:08:36 UTC 2025 - Last Modified: Fri Jun 27 03:30:15 UTC 2025 - 209K bytes - Viewed (0) -
控制结构 | Scala 3 — Book | Scala Documentation
This page provides an introduction to Scala's control structures, including if/then/else, 'for' loops, 'for' expressions, 'match' expressions, try/catch/finally, and 'while' loops.docs.scala-lang.org/zh-cn/scala3/book/control-structures.htmlRegistered: Fri Jun 27 04:34:43 UTC 2025 - Last Modified: Fri Jun 27 03:30:15 UTC 2025 - 548.5K bytes - Viewed (0) -
类型和类型系统 | Scala 3 — Book | Scala Documentation
docs.scala-lang.org/zh-cn/scala3/book/types-introduction.htmlRegistered: Fri Jun 27 04:36:38 UTC 2025 - Last Modified: Fri Jun 27 03:30:15 UTC 2025 - 434.5K bytes - Viewed (0) -
Функции высшего порядка | Scala 3 — Book | Scal...
docs.scala-lang.org/ru/scala3/book/fun-hofs.htmlRegistered: Fri Jun 27 04:31:22 UTC 2025 - Last Modified: Fri Jun 27 03:30:15 UTC 2025 - 469.1K bytes - Viewed (0) -
相交类型 | Scala 3 — Book | Scala Documentation
docs.scala-lang.org/zh-cn/scala3/book/types-intersection.htmlRegistered: Fri Jun 27 04:35:51 UTC 2025 - Last Modified: Fri Jun 27 03:30:15 UTC 2025 - 437.7K bytes - Viewed (0) -
总结 | Scala 3 — Book | Scala Documentation
docs.scala-lang.org/zh-cn/scala3/book/ca-summary.htmlRegistered: Fri Jun 27 04:36:02 UTC 2025 - Last Modified: Fri Jun 27 03:30:15 UTC 2025 - 430.9K bytes - Viewed (0) -
for内包表記 | Scala Documentation
Tour of Scala for内包表記 Language Scalaは シーケンス内包表記 を表現するための軽量な記法を提供します。 内含表記は for (enumerators) yield e という形をとります。 enume...docs.scala-lang.org/ja/tour/for-comprehensions.htmlRegistered: Fri Jun 27 04:46:40 UTC 2025 - Last Modified: Fri Jun 27 03:30:15 UTC 2025 - 148.9K bytes - Viewed (0) -
下限型境界 | Scala Documentation
Tour of Scala 下限型境界 Language 上限型境界 は型を別の型のサブタイプに制限しますが、 下限型境界 は型が別の型のスーパータイプであることを宣言します。表現 B >: A はパラメータ B または抽象型 B が...docs.scala-lang.org/ja/tour/lower-type-bounds.htmlRegistered: Fri Jun 27 04:46:44 UTC 2025 - Last Modified: Fri Jun 27 03:30:15 UTC 2025 - 150.2K bytes - Viewed (0) -
暗黙の変換 | Scala Documentation
Tour of Scala 暗黙の変換 Language 型 S から型 T への暗黙の変換は S => T という型のimplicit値や、その型に一致するimplicitメソッドで定義されます。 暗黙の変換は2つの状況で適用されま...docs.scala-lang.org/ja/tour/implicit-conversions.htmlRegistered: Fri Jun 27 04:46:55 UTC 2025 - Last Modified: Fri Jun 27 03:30:15 UTC 2025 - 146.4K bytes - Viewed (0) -
抽出子オブジェクト | Scala Documentation
Tour of Scala 抽出子オブジェクト Language 抽出子オブジェクトは unapply メソッドを持つオブジェクトです。 apply メソッドが引数を取り、オブジェクトを作るコンストラクタであるように、 unapply...docs.scala-lang.org/ja/tour/extractor-objects.htmlRegistered: Fri Jun 27 04:47:01 UTC 2025 - Last Modified: Fri Jun 27 03:30:15 UTC 2025 - 147.4K bytes - Viewed (0)