Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: テスト test

Results 1 - 10 of 42 for test (0.04 sec)

  1. 使用 sbt 构建和测试 Scala 项目 | Scala 3 — Book | Scala ...

    /src/test ./src/test/scala ./target 如果你看到上面那样,那么没有问题,可以进行下一步了。...首先,在 src/test/scala 目录下创建一个名为 math 的目录: $ mkdir src/test/scala/math...
    docs.scala-lang.org/zh-cn/scala3/book/tools-sbt.html
    Registered: Fri May 31 03:53:16 UTC 2024
    - Last Modified: Fri May 17 05:13:08 UTC 2024
    - 458.3K bytes
    - Viewed (0)
  2. 包和导入 | Scala Documentation

    scala - test 注意 users 目录是包含在 scala 目录中的,该包中包含有多个...
    docs.scala-lang.org/zh-cn/tour/packages-and-imports.html
    Registered: Fri May 31 03:44:25 UTC 2024
    - Last Modified: Fri May 17 05:13:08 UTC 2024
    - 206.9K bytes
    - Viewed (0)
  3. SIP-31 - Byname implicit arguments | Scala Docu...

    representation (essentially a nested Either of nested pairs), and define...product types to nested pairs and sealed traits to nested Eithers (while...
    docs.scala-lang.org/sips/byname-implicits.html
    Registered: Fri May 31 04:10:31 UTC 2024
    - Last Modified: Fri May 17 05:13:08 UTC 2024
    - 105.7K bytes
    - Viewed (0)
  4. Futures and Promises | Scala Documentation

    NoSuchMethodError: test // did not complete end test Promises So far...computed text. Scala 2 and 3 @volatile var totalA = 0 val text = Future...
    docs.scala-lang.org/overviews/core/futures.html
    Registered: Fri May 31 03:15:41 UTC 2024
    - Last Modified: Fri May 17 05:13:08 UTC 2024
    - 153.5K bytes
    - Viewed (0)
  5. Prelude꞉ A Taste of Scala | Scala Book | Scala ...

    can test the examples as you go along. You can also test these...languages: if ( test1 ) { doA () } else if ( test2 ) { doB () }...
    docs.scala-lang.org/overviews/scala-book/prelude-taste-of-scala.html
    Registered: Fri May 31 03:07:50 UTC 2024
    - Last Modified: Fri May 17 05:13:08 UTC 2024
    - 106K bytes
    - Viewed (0)
  6. SIP-46 - Scala CLI as default Scala command | S...

    while running tests --require-tests : Fail if no test suites were...fmt: Format Scala code test: Compile and test Scala code version:...
    docs.scala-lang.org/sips/scala-cli.html
    Registered: Fri May 31 04:11:45 UTC 2024
    - Last Modified: Fri May 17 05:13:08 UTC 2024
    - 118.4K bytes
    - Viewed (0)
  7. Higher-Order Functions | Scala 3 — Book | Scala...

    match f ’s signature so we can test it. The following function takes...executeNTimes returns Unit . To test executeNTimes , define a method...
    docs.scala-lang.org/scala3/book/fun-hofs.html
    Registered: Fri May 31 02:59:27 UTC 2024
    - Last Modified: Fri May 17 05:13:08 UTC 2024
    - 105.3K bytes
    - Viewed (0)
  8. Iterators | Collections | Scala Documentation

    isEmpty Test whether the iterator is empty...(opposite of hasNext ). it.nonEmpty Test whether the collection contains...
    docs.scala-lang.org/overviews/collections-2.13/iterators.html
    Registered: Fri May 31 03:15:37 UTC 2024
    - Last Modified: Fri May 17 05:13:08 UTC 2024
    - 104.7K bytes
    - Viewed (0)
  9. シンボル、構文木、型 | Reflection | Scala Documentation

    scala> def test = macro impl test: Unit scala> test 2 ツールボックスを用いた型検査...e._ scala> class C[T] { def test[U](x: T)(y: U): Int = ??? }...
    docs.scala-lang.org/ja/overviews/reflection/symbols-trees-types.html
    Registered: Fri May 31 04:06:20 UTC 2024
    - Last Modified: Fri May 17 05:13:08 UTC 2024
    - 108.4K bytes
    - Viewed (2)
  10. シングルトンオブジェクト | Scala Documentation

    daysToComplete: Int) class Test { val project1 = new Project("TPS...
    docs.scala-lang.org/ja/tour/singleton-objects.html
    Registered: Fri May 31 03:30:50 UTC 2024
    - Last Modified: Fri May 17 05:13:08 UTC 2024
    - 148.7K bytes
    - Viewed (0)
Back to top