Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: テスト test

Results 11 - 20 of about 10,000 for filetype:html (0.04 sec)

  1. 抽出子オブジェクト | Scala Documentation

    Tour of Scala 抽出子オブジェクト Language 抽出子オブジェクトは unapply メソッドを持つオブジェクトです。 apply メソッドが引数を取り、オブジェクトを作るコンストラクタであるように、 unapply...
    docs.scala-lang.org/ja/tour/extractor-objects.html
    Registered: Fri May 03 04:57:37 UTC 2024
    - Last Modified: Wed May 01 21:35:14 UTC 2024
    - 146.8K bytes
    - Viewed (0)
  2. 高階関数 | Scala Documentation

    Tour of Scala 高階関数 Language 高階関数は他の関数をパラメーターとして受け取る、もしくは結果として関数を返します。 このようなことができるのは、Scalaでは関数が第一級値 (first-class value...
    docs.scala-lang.org/ja/tour/higher-order-functions.html
    Registered: Fri May 03 04:57:43 UTC 2024
    - Last Modified: Wed May 01 21:35:14 UTC 2024
    - 155.4K bytes
    - Viewed (0)
  3. Trait Traversable | Collections | Scala Documen...

    Collections Trait Traversable Language Traversable(遍历)是容器(collection)类的最高级别特性,它唯一的抽象操作是foreach: def foreach[U](f: Ele...
    docs.scala-lang.org/zh-cn/overviews/collections/trait-traversable.html
    Registered: Fri May 03 05:05:24 UTC 2024
    - Last Modified: Wed May 01 21:35:14 UTC 2024
    - 135K bytes
    - Viewed (0)
  4. 性能特点 | Collections | Scala Documentation

    Collections 性能特点 Language 前面的解释明确说明了不同的容器类型具有不同的性能特点。这通常是选择容器类型的首要依据。以下的两张表格,总结了一些关于容器类型常用操作的性能特点。 序列类型的性能特点 head tai...
    docs.scala-lang.org/zh-cn/overviews/collections/performance-characteristics.html
    Registered: Fri May 03 05:05:37 UTC 2024
    - Last Modified: Wed May 01 21:35:14 UTC 2024
    - 129.3K bytes
    - Viewed (0)
  5. パターンマッチング | Scala Documentation

    Tour of Scala パターンマッチング Language パターンマッチングは値をパターンに照合するための仕組みです。 マッチに成功すれば、一つの値をその構成要素のパーツに分解することもできます。 Javaの switch 文...
    docs.scala-lang.org/ja/tour/pattern-matching.html
    Registered: Fri May 03 04:57:53 UTC 2024
    - Last Modified: Wed May 01 21:35:14 UTC 2024
    - 154K bytes
    - Viewed (0)
  6. 複数パラメータリスト(カリー化) | Scala Documentation

    Tour of Scala 複数パラメータリスト(カリー化) Language メソッドは複数のパラメータリストを持てます。 例 こちらはScalaのコレクションAPIの TraversableOnce トレイトで定義されている実例で...
    docs.scala-lang.org/ja/tour/multiple-parameter-lists.html
    Registered: Fri May 03 04:58:02 UTC 2024
    - Last Modified: Wed May 01 21:35:14 UTC 2024
    - 148K bytes
    - Viewed (0)
  7. 変位指定 | Scala Documentation

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

    Collections 数组 Language 在Scala中, 数组 是一种特殊的collection。一方面,Scala数组与Java数组是一一对应的。即Scala数组Array[Int]可看作Java的Int[],Array[D...
    docs.scala-lang.org/zh-cn/overviews/collections/arrays.html
    Registered: Fri May 03 05:03:55 UTC 2024
    - Last Modified: Wed May 01 21:35:14 UTC 2024
    - 133.8K bytes
    - Viewed (0)
  9. 简介 | Collections | Scala Documentation

    Collections 简介 Language Martin Odersky 和 Lex Spoon 在许多人看来,新的集合框架是Scala 2.8中最显著的改进。此前Scala也有集合(实际上新框架大部分地兼容了旧框架),但2.8中...
    docs.scala-lang.org/zh-cn/overviews/collections/introduction.html
    Registered: Fri May 03 05:04:03 UTC 2024
    - Last Modified: Wed May 01 21:35:14 UTC 2024
    - 125.6K bytes
    - Viewed (0)
  10. 列トレイト Seq、IndexedSeq、および LinearSeq | Collection...

    Collections 列トレイト Seq、IndexedSeq、および LinearSeq Language 列 ( Seq ) トレイトは、長さ ( length ) があり、それぞれの要素に 0 から数えられた固定された添字 (...
    docs.scala-lang.org/ja/overviews/collections/seqs.html
    Registered: Fri May 03 05:02:39 UTC 2024
    - Last Modified: Wed May 01 21:35:14 UTC 2024
    - 112.9K bytes
    - Viewed (0)
Back to top