Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test テスト

Results 51 - 60 of 9,370 for timestamp:[now/d-1M TO *] (0.18 sec)

  1. 型变 | Scala Documentation

    Tour of Scala 型变 Language 型变是复杂类型的子类型关系与其组件类型的子类型关系的相关性。 Scala支持 泛型类 的类型参数的型变注释,允许它们是协变的,逆变的,或在没有使用注释的情况下是不变的。 在类型系统中...
    docs.scala-lang.org/zh-cn/tour/variances.html
    Registered: Fri May 10 04:44:01 UTC 2024
    - Last Modified: Thu May 09 11:18:12 UTC 2024
    - 221.5K bytes
    - Viewed (0)
  2. Вариантность | Scala Documentation

    Tour of Scala Вариантность Language Вариантность (Variances) - это указание определенной специфики взаимосвязи между ...
    docs.scala-lang.org/ru/tour/variances.html
    Registered: Fri May 10 04:44:14 UTC 2024
    - Last Modified: Thu May 09 11:18:12 UTC 2024
    - 241.5K bytes
    - Viewed (0)
  3. 模式匹配 | Scala Documentation

    Tour of Scala 模式匹配 Language 模式匹配是检查某个值(value)是否匹配某一个模式的机制,一个成功的匹配同时会将匹配值解构为其组成部分。它是Java中的 switch 语句的升级版,同样可以用于替代一系列的 ...
    docs.scala-lang.org/zh-cn/tour/pattern-matching.html
    Registered: Fri May 10 04:43:26 UTC 2024
    - Last Modified: Thu May 09 11:18:12 UTC 2024
    - 216.9K bytes
    - Viewed (0)
  4. パターンマッチング | Scala Documentation

    Tour of Scala パターンマッチング Language パターンマッチングは値をパターンに照合するための仕組みです。 マッチに成功すれば、一つの値をその構成要素のパーツに分解することもできます。 Javaの switch 文...
    docs.scala-lang.org/ja/tour/pattern-matching.html
    Registered: Fri May 10 04:43:29 UTC 2024
    - Last Modified: Thu May 09 11:18:11 UTC 2024
    - 154K bytes
    - Viewed (0)
  5. 変位指定 | Scala Documentation

    Tour of Scala 変位指定 Language 変位指定は複合型の間の継承関係とそれらの型パラメータ間の継承関係の相関です。 Scalaは ジェネリッククラス の型パラメータの変位指定アノテーションをサポートしています。 変位...
    docs.scala-lang.org/ja/tour/variances.html
    Registered: Fri May 10 04:43:39 UTC 2024
    - Last Modified: Thu May 09 11:18:11 UTC 2024
    - 159.8K bytes
    - Viewed (1)
  6. クラス | Scala Documentation

    Tour of Scala クラス Language Scalaにおけるクラスはオブジェクトを作るための設計図です。 クラスはメソッド、値、変数、型、オブジェクト、トレイト、クラスを持ち、それらはまとめて メンバー と呼ばれます。 型...
    docs.scala-lang.org/ja/tour/classes.html
    Registered: Fri May 10 04:44:51 UTC 2024
    - Last Modified: Thu May 09 11:18:11 UTC 2024
    - 153.7K bytes
    - Viewed (0)
  7. 5. The import system — Python 3.12.3 documentation

    Python code in one module gains access to the code in another module by the process of importing it. The import statement is the most common way of invoking the import machinery, but it is not the ...
    docs.python.org/3/reference/import.html
    Registered: Fri May 10 03:51:48 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 131K bytes
    - Viewed (0)
  8. xml.parsers.expat — Fast XML parsing using Expa...

    The xml.parsers.expat module is a Python interface to the Expat non-validating XML parser. The module provides a single extension type, xmlparser, that represents the current state of an XML parser...
    docs.python.org/3/library/pyexpat.html
    Registered: Fri May 10 04:05:19 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 117.5K bytes
    - Viewed (0)
  9. functools — Higher-order functions and operatio...

    Source code: Lib/functools.py The functools module is for higher-order functions: functions that act on or return other functions. In general, any callable object can be treated as a function for t...
    docs.python.org/3/library/functools.html
    Registered: Fri May 10 04:05:50 UTC 2024
    - Last Modified: Thu May 09 18:49:42 UTC 2024
    - 103.5K bytes
    - Viewed (0)
  10. Tools | Scala 3 — Book | Scala Documentation

    This chapter provides an introduction to the available domain modeling tools in Scala 3, including classes, traits, enums, and more.
    docs.scala-lang.org/scala3/book/domain-modeling-tools.html
    Registered: Fri May 10 04:06:59 UTC 2024
    - Last Modified: Thu May 09 11:18:11 UTC 2024
    - 180.4K bytes
    - Viewed (0)
Back to top