- Sort Score
- Num 10 results
- Language All
- Labels All
Results 301 - 310 of 5,223 for int (0.07 seconds)
-
Scala Classes | Scala Book | Scala Documentation
age res0 : Int = 0 scala > p . age = 36 p . age : Int = 36 scala...Socket ( val timeout : Int , val linger : Int ) { override def toString...docs.scala-lang.org/overviews/scala-book/classes.htmlFri Feb 06 04:30:27 GMT 2026 75.6K bytes -
配置并行集合 | Parallel Collections | Scala Documenta...
ParArray[Int] = ParArray(1, 2, 3) scala> pc.tasksupport...scala.collection.parallel.mutable.ParArray[Int] = ParArray(2, 3, 4) 以上代码配置并行集合使用parallelism...docs.scala-lang.org/zh-cn/overviews/parallel-collections/configuration.htmlFri Feb 06 04:30:27 GMT 2026 73.5K bytes -
Enumerations
enum Color(val rgb: Int): case Red extends Color(0xFF0000)...scala> red.ordinal val res0: Int = 0 The companion object of an...docs.scala-lang.org/scala3/reference/enums/enums.htmlTue Jan 27 22:53:02 GMT 2026 45.8K bytes -
Dropped: Weak Conformance
Int, Double) would be AnyVal , hence...conformance relation. val n: Int = 3 val c: Char = 'X' val d:...docs.scala-lang.org/scala3/reference/dropped-features/weak-conformance.htmlTue Jan 27 22:53:02 GMT 2026 29.8K bytes -
多参数列表(柯里化) | Scala Documentation
{( m : Int , n : Int ) => m + n }) 注意使用多参数列表...numbers . foldLeft ( List [ Int ]()) _ val squares = numberFunc...docs.scala-lang.org/zh-cn/tour/multiple-parameter-lists.htmlFri Feb 06 04:30:27 GMT 2026 212.7K bytes -
The List Class | Scala Book | Scala Documentation
isn’t necessary: val ints : List [ Int ] = List ( 1 , 2 , 3 )...create an initial List : val ints = List ( 1 , 2 , 3 ) val names...docs.scala-lang.org/overviews/scala-book/list-class.htmlFri Feb 06 04:30:27 GMT 2026 69.8K bytes -
@static fields and methods in Scala objects (SI...
public static int x = 5 ; public static int bar ( int y ) { return...5 @static def bar ( y : Int ) : Int = x + y } println ( Foo ....docs.scala-lang.org/sips/30.htmlFri Feb 06 04:30:27 GMT 2026 45.2K 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 Documentation
Int) であり、これは Tuple2[String, Int] の簡単な表記法です。 タプルを表すために、Scalaは..."Sugar" , 25 ) ここでは String 要素を1つと Int 要素を1つ含むタプルを作っています。 推論される ingredient...docs.scala-lang.org/ja/tour/tuples.htmlFri Feb 06 04:30:27 GMT 2026 146.5K bytes -
多元相等性 | Scala 3 — Book | Scala Documentation
year : Int , pages : Int ) extends Book case class...String , year : Int , lengthInMinutes : Int ) extends Book 最后,使用...docs.scala-lang.org/zh-cn/scala3/book/ca-multiversal-equality.htmlFri Feb 06 04:30:27 GMT 2026 449K bytes