Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: [xss] test テスト %27

Results 281 - 290 of 1,312 for host:docs.scala-lang.org (0.07 sec)

  1. 统一类型 | Scala Documentation

    Tour of Scala 统一类型 Language 在Scala中,所有的值都有类型,包括数值和函数。下图阐述了类型层次结构的一个子集。 Scala类型层次结构 Any 是所有类型的超类型,也称为顶级类 型。它定义了一些通用的方法...
    docs.scala-lang.org/zh-cn/tour/unified-types.html
    Registered: Fri Jun 27 05:08:36 UTC 2025
    - Last Modified: Fri Jun 27 03:30:15 UTC 2025
    - 209K bytes
    - Viewed (0)
  2. 控制结构 | 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.html
    Registered: Fri Jun 27 04:34:43 UTC 2025
    - Last Modified: Fri Jun 27 03:30:15 UTC 2025
    - 548.5K bytes
    - Viewed (0)
  3. 类型和类型系统 | Scala 3 — Book | Scala Documentation

    This chapter provides an introduction to Scala 3 types and the type system.
    docs.scala-lang.org/zh-cn/scala3/book/types-introduction.html
    Registered: Fri Jun 27 04:36:38 UTC 2025
    - Last Modified: Fri Jun 27 03:30:15 UTC 2025
    - 434.5K bytes
    - Viewed (0)
  4. Функции высшего порядка | Scala 3 — Book | Scal...

    На этой странице показано, как создавать и использовать функции высшего порядка в Scala.
    docs.scala-lang.org/ru/scala3/book/fun-hofs.html
    Registered: Fri Jun 27 04:31:22 UTC 2025
    - Last Modified: Fri Jun 27 03:30:15 UTC 2025
    - 469.1K bytes
    - Viewed (0)
  5. 相交类型 | Scala 3 — Book | Scala Documentation

    This section introduces and demonstrates intersection types in Scala 3.
    docs.scala-lang.org/zh-cn/scala3/book/types-intersection.html
    Registered: Fri Jun 27 04:35:51 UTC 2025
    - Last Modified: Fri Jun 27 03:30:15 UTC 2025
    - 437.7K bytes
    - Viewed (0)
  6. 总结 | Scala 3 — Book | Scala Documentation

    This page provides a summary of the Contextual Abstractions lessons.
    docs.scala-lang.org/zh-cn/scala3/book/ca-summary.html
    Registered: Fri Jun 27 04:36:02 UTC 2025
    - Last Modified: Fri Jun 27 03:30:15 UTC 2025
    - 430.9K bytes
    - Viewed (0)
  7. for内包表記 | Scala Documentation

    Tour of Scala for内包表記 Language Scalaは シーケンス内包表記 を表現するための軽量な記法を提供します。 内含表記は for (enumerators) yield e という形をとります。 enume...
    docs.scala-lang.org/ja/tour/for-comprehensions.html
    Registered: Fri Jun 27 04:46:40 UTC 2025
    - Last Modified: Fri Jun 27 03:30:15 UTC 2025
    - 148.9K bytes
    - Viewed (0)
  8. 下限型境界 | Scala Documentation

    Tour of Scala 下限型境界 Language 上限型境界 は型を別の型のサブタイプに制限しますが、 下限型境界 は型が別の型のスーパータイプであることを宣言します。表現 B >: A はパラメータ B または抽象型 B が...
    docs.scala-lang.org/ja/tour/lower-type-bounds.html
    Registered: Fri Jun 27 04:46:44 UTC 2025
    - Last Modified: Fri Jun 27 03:30:15 UTC 2025
    - 150.2K bytes
    - Viewed (0)
  9. 暗黙の変換 | Scala Documentation

    Tour of Scala 暗黙の変換 Language 型 S から型 T への暗黙の変換は S => T という型のimplicit値や、その型に一致するimplicitメソッドで定義されます。 暗黙の変換は2つの状況で適用されま...
    docs.scala-lang.org/ja/tour/implicit-conversions.html
    Registered: Fri Jun 27 04:46:55 UTC 2025
    - Last Modified: Fri Jun 27 03:30:15 UTC 2025
    - 146.4K bytes
    - Viewed (0)
  10. 抽出子オブジェクト | Scala Documentation

    Tour of Scala 抽出子オブジェクト Language 抽出子オブジェクトは unapply メソッドを持つオブジェクトです。 apply メソッドが引数を取り、オブジェクトを作るコンストラクタであるように、 unapply...
    docs.scala-lang.org/ja/tour/extractor-objects.html
    Registered: Fri Jun 27 04:47:01 UTC 2025
    - Last Modified: Fri Jun 27 03:30:15 UTC 2025
    - 147.4K bytes
    - Viewed (0)
Back to top