- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 461 - 470 of about 10,000 for test (0.15 sec)
-
Union Types - More Details
B { def hello: String } def test(x: A | B) = x.hello // error:...trait B extends C with E def test(x: A | B) = x.hello // ok as...docs.scala-lang.org/scala3/reference/new-types/union-types-spec.htmlRegistered: Wed Apr 16 04:42:43 UTC 2025 - Last Modified: Fri Mar 07 14:53:02 UTC 2025 - 36.9K bytes - Viewed (0) -
Sets | Collections | Scala Documentation
IT IS WHAT IT DOES Tests: xs contains x Tests whether x is an element...into the following categories: Tests contains , apply , subsetOf...docs.scala-lang.org/overviews/collections-2.13/sets.htmlRegistered: Wed Apr 16 03:59:00 UTC 2025 - Last Modified: Fri Mar 28 02:11:35 UTC 2025 - 75.2K bytes - Viewed (0) -
Code Review Contributions | Contributing to Sca...
2 Hacker's Guide Running the Test Suite Contribute to Scala 3...negative critique. Assume the best, rather than the worst. Pull...docs.scala-lang.org/contribute/codereviews.htmlRegistered: Wed Apr 16 03:49:30 UTC 2025 - Last Modified: Fri Mar 28 02:11:35 UTC 2025 - 41.4K bytes - Viewed (0) -
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.htmlRegistered: Wed Apr 16 03:40:33 UTC 2025 - Last Modified: Fri Mar 28 02:11:35 UTC 2025 - 106.9K bytes - Viewed (0) -
The Scala REPL | Scala Book | Scala Documentation
use as a “playground” area to test your Scala code. To start a...with sbt Writing BDD Style Tests with ScalaTest and sbt Functional...docs.scala-lang.org/overviews/scala-book/scala-repl.htmlRegistered: Wed Apr 16 03:39:54 UTC 2025 - Last Modified: Fri Mar 28 02:11:35 UTC 2025 - 63.4K bytes - Viewed (0) -
Use cases | Quasiquotes | Scala Documentation
$loggedStats" } } // usage object Test extends App { def faulty: Int...1 executing val y: Int = x.+(Test.this.faulty) java.lang.Exception...docs.scala-lang.org/overviews/quasiquotes/usecases.htmlRegistered: Wed Apr 16 03:36:56 UTC 2025 - Last Modified: Fri Mar 28 02:11:35 UTC 2025 - 42.4K bytes - Viewed (0) -
Equality | Collections (Scala 2.8 - 2.12) | Sca...
docs.scala-lang.org/overviews/collections/equality.htmlRegistered: Wed Apr 16 03:38:22 UTC 2025 - Last Modified: Fri Mar 28 02:11:35 UTC 2025 - 42.9K bytes - Viewed (0) -
Sets | Collections (Scala 2.8 - 2.12) | Scala D...
IT IS WHAT IT DOES Tests: xs contains x Tests whether x is an element...into the following categories: Tests contains , apply , subsetOf...docs.scala-lang.org/overviews/collections/sets.htmlRegistered: Wed Apr 16 03:34:36 UTC 2025 - Last Modified: Fri Mar 28 02:11:35 UTC 2025 - 64.1K bytes - Viewed (0) -
SIP-56 - Proper Specification for Match Types |...
baseType computations and subtype tests involving only fully-defined...the most obscure cases. Our tests, including the entire dotty...docs.scala-lang.org/sips/match-types-spec.htmlRegistered: Wed Apr 16 04:47:29 UTC 2025 - Last Modified: Fri Mar 28 02:11:35 UTC 2025 - 90.9K bytes - Viewed (0) -
Erased Definitions
= new Machine[Off] @main def test = val m = Machine.newMachine()...Machine[Off] end Machine @main def test = val m = Machine.newMachine()...docs.scala-lang.org/scala3/reference/experimental/erased-defs.htmlRegistered: Wed Apr 16 04:16:26 UTC 2025 - Last Modified: Fri Mar 07 14:53:02 UTC 2025 - 44.5K bytes - Viewed (0)