- Sort Score
- Num 10 results
- Language All
- Labels All
Results 301 - 310 of 5,398 for int (0.31 seconds)
-
Auxiliary Class Constructors | Scala Book | Sca...
class Pizza ( var crustSize : Int , var crustType : String ) {...constructor def this ( crustSize : Int ) = { this ( crustSize , DefaultCrustType...docs.scala-lang.org/overviews/scala-book/classes-aux-constructors.htmlFri Feb 06 04:30:27 GMT 2026 62.9K bytes -
具体并行集合类 | Parallel Collections | Scala Document...
ParArray[Int] = ParArray(1, 3, 5, 7, 9, 11,...scala> pa reduce (_ + _) res0: Int = 1000000 scala> pa map (x =>...docs.scala-lang.org/zh-cn/overviews/parallel-collections/concrete-parallel-collections.htmlFri Feb 06 04:30:27 GMT 2026 84.2K bytes -
Generic Classes | Tour of Scala | Scala Documen...
Scala 3 val stack = new Stack [ Int ] stack . push ( 1 ) stack ....prints 1 val stack = Stack [ Int ] stack . push ( 1 ) stack ....docs.scala-lang.org/tour/generic-classes.htmlWed Apr 29 03:30:28 GMT 2026 44.4K bytes -
Allow fully implicit conversions in Scala 3 wit...
conversion from Array[Int] to IterableOnce[Int] . This conversion...Conversion [ Array [ Int ] , IterableOnce [ Int ]] = wrapIntArray...docs.scala-lang.org/sips/71.htmlFri Feb 06 04:30:27 GMT 2026 70.3K bytes -
Concurrent Tries | Parallel Collections | Scala...
type Node = (Int, Int); type Parent = (Int, Int); // operations...node on a 2D map as a tuple of Int s. We define the map as a 2D...docs.scala-lang.org/overviews/parallel-collections/ctries.htmlFri Feb 06 04:30:27 GMT 2026 47K bytes -
并发 | Scala 3 — Book | Scala Documentation
slowlyDouble ( x : Int , delay : Long ) : Future [ Int ] = Future {... def aShortRunningTask () : Int = 42 val x = aShortRunningTask...docs.scala-lang.org/zh-cn/scala3/book/concurrency.htmlFri Feb 06 04:30:27 GMT 2026 457.1K bytes -
等价性 | Collections | Scala Documentation
ArrayBuffer[Int],Int] = Map((ArrayBuffer(1, 2,...scala.collection.mutable.ArrayBuffer[Int] = ArrayBuffer(1, 2, 3) scala>...docs.scala-lang.org/zh-cn/overviews/collections/equality.htmlFri Feb 06 04:30:27 GMT 2026 123.6K bytes -
For 表达式 | Scala Documentation
v 的数字的组合: def foo ( n : Int , v : Int ) = for ( i <- 0 until n... yield : def foo ( n : Int , v : Int ) = for ( i <- 0 until n...docs.scala-lang.org/zh-cn/tour/for-comprehensions.htmlFri Feb 06 04:30:27 GMT 2026 212K bytes -
シンボル、構文木、型 | Reflection | Scala Documentation
<:w Short Short <:w Int Char <:w Int Int <:w Long Long <:w Float...= scala.List[Int] この例では、型コンストラクタ List に型引数 Int が適用された scala....docs.scala-lang.org/ja/overviews/reflection/symbols-trees-types.htmlFri Feb 06 04:30:27 GMT 2026 109K bytes -
等価性 | Collections | Scala Documentation
ArrayBuffer[Int],Int] = Map((ArrayBuffer(1, 2,...scala.collection.mutable.ArrayBuffer[Int] = ArrayBuffer(1, 2, 3) scala>...docs.scala-lang.org/ja/overviews/collections/equality.htmlFri Feb 06 04:30:27 GMT 2026 90.4K bytes