Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test テスト

Results 71 - 80 of 1,258 for timestamp:[now/d-1M TO *] (0.02 sec)

  1. 泛型类 | Scala Documentation

    Tour of Scala 泛型类 Language 泛型类指可以接受类型参数的类。泛型类在集合类中被广泛使用。 定义一个泛型类 泛型类使用方括号 [] 来接受类型参数。一个惯例是使用字母 A 作为参数标识符,当然你可以使用任何参数名...
    docs.scala-lang.org/zh-cn/tour/generic-classes.html
    Registered: Fri May 31 03:36:44 UTC 2024
    - Last Modified: Fri May 17 05:13:08 UTC 2024
    - 207.7K bytes
    - Viewed (0)
  2. 通过混入(mixin)来组合类 | Scala Documentation

    Tour of Scala 通过混入(mixin)来组合类 Language 当某个特质被用于组合类时,被称为混入。 abstract class A { val message : String } class B extends ...
    docs.scala-lang.org/zh-cn/tour/mixin-class-composition.html
    Registered: Fri May 31 03:38:33 UTC 2024
    - Last Modified: Fri May 17 05:13:08 UTC 2024
    - 210.5K bytes
    - Viewed (0)
  3. Parametry przekazywane według nazwy | Scala Doc...

    Tour of Scala Parametry przekazywane według nazwy Language Parametry przekazywane według nazwy są ewaluowane za każdy...
    docs.scala-lang.org/pl/tour/by-name-parameters.html
    Registered: Fri May 31 03:37:30 UTC 2024
    - Last Modified: Fri May 17 05:13:08 UTC 2024
    - 76.6K bytes
    - Viewed (0)
  4. 传名参数 | Scala Documentation

    Tour of Scala 传名参数 Language 传名参数 仅在被使用时触发实际参数的求值运算。 它们与 传值参数 正好相反。 要将一个参数变为传名参数,只需在它的类型前加上 => 。 def calculate ( input...
    docs.scala-lang.org/zh-cn/tour/by-name-parameters.html
    Registered: Fri May 31 03:37:39 UTC 2024
    - Last Modified: Fri May 17 05:13:08 UTC 2024
    - 206.1K bytes
    - Viewed (0)
  5. Kompozycja klas przez domieszki | Scala Documen...

    Tour of Scala Kompozycja klas przez domieszki Language Domieszka (ang. mixin) to cecha (trait), która używana jest do...
    docs.scala-lang.org/pl/tour/mixin-class-composition.html
    Registered: Fri May 31 03:38:53 UTC 2024
    - Last Modified: Fri May 17 05:13:08 UTC 2024
    - 80.6K bytes
    - Viewed (0)
  6. Funciones Anidadas | Scala Documentation

    Tour of Scala Funciones Anidadas Language En scala es posible anidar definiciones de funciones. El siguiente objeto p...
    docs.scala-lang.org/es/tour/nested-functions.html
    Registered: Fri May 31 03:39:03 UTC 2024
    - Last Modified: Fri May 17 05:13:08 UTC 2024
    - 83.5K bytes
    - Viewed (0)
  7. 正则表达式模式 | Scala Documentation

    Tour of Scala 正则表达式模式 Language 正则表达式是用来找出数据中的指定模式(或缺少该模式)的字符串。 .r 方法可使任意字符串变成一个正则表达式。 import scala.util.matching.Rege...
    docs.scala-lang.org/zh-cn/tour/regular-expression-patterns.html
    Registered: Fri May 31 03:49:29 UTC 2024
    - Last Modified: Fri May 17 05:13:08 UTC 2024
    - 206.3K bytes
    - Viewed (0)
  8. 命名参数 | Scala Documentation

    Tour of Scala 命名参数 Language 当调用方法时,实际参数可以通过其对应的形式参数的名称来标记: def printName ( first : String , last : String ) : Unit = ...
    docs.scala-lang.org/zh-cn/tour/named-arguments.html
    Registered: Fri May 31 03:49:38 UTC 2024
    - Last Modified: Fri May 17 05:13:08 UTC 2024
    - 204.9K bytes
    - Viewed (0)
  9. Unified Types | Scala Documentation

    Tour of Scala Unified Types Language ← previous next → Contributors to this page: Contents Introduction Basics Unifie...
    docs.scala-lang.org/fr/tour/unified-types.html
    Registered: Fri May 31 03:48:24 UTC 2024
    - Last Modified: Fri May 17 05:13:08 UTC 2024
    - 74.5K bytes
    - Viewed (0)
  10. Implicit Parameters | Scala Documentation

    Tour of Scala Implicit Parameters Language ← previous next → Contributors to this page: Contents Introduction Basics ...
    docs.scala-lang.org/fr/tour/implicit-parameters.html
    Registered: Fri May 31 03:48:28 UTC 2024
    - Last Modified: Fri May 17 05:13:08 UTC 2024
    - 74.6K bytes
    - Viewed (0)
Back to top