- Sort Score
- Num 10 results
- Language All
- Labels All
Results 421 - 430 of 5,223 for int (0.08 seconds)
-
コレクションの作成 | Collections | Scala Documentation
3) res17: List[Int] = List(1, 2, 3) scala> Traversable(1,...Traversable(1, 2, 3) res18: Traversable[Int] = List(1, 2, 3) scala> mutable.Traversable(1,...docs.scala-lang.org/ja/overviews/collections/creating-collections-from-scratch.htmlFri Feb 06 04:30:27 GMT 2026 96.4K bytes -
給 Java 程式設計師的 Scala 入門教學 | Scala Documentation
Date 類別為: class Date(y: Int, m: Int, d: Int) extends Ord { def year...String => Int 於是型別 Environment 便可以當做輸入 String 回傳 Int 函式的型別之代名。...docs.scala-lang.org/zh-tw/tutorials/scala-for-java-programmers.htmlFri Feb 06 04:30:27 GMT 2026 61.9K bytes -
Optional Braces
valid: trait A: def f: Int class C(x: Int) extends A: def f = x...instance, consider: { val x = 4 f(x: Int, y => x * ( y + 1 ) + (x + x)...docs.scala-lang.org/scala3/reference/other-new-features/indentation.htmlTue Jan 27 22:53:02 GMT 2026 72.3K bytes -
통합된 타입 | Scala Documentation
Int , Short , Byte , Char , Unit...face : Char = '☺' val number : Int = face // 9786 캐스팅은 단방향이며 컴파일되지...docs.scala-lang.org/ko/tour/unified-types.htmlFri Feb 06 04:30:27 GMT 2026 79.6K bytes -
Importing Givens
Instances: given intOrd: Ordering[Int] = ... given listOrd: [T: Ordering]...ExecutionContext = ... given im: Monoid[Int] = ... the import clause import...docs.scala-lang.org/scala3/reference/contextual/given-imports.htmlTue Jan 27 22:53:02 GMT 2026 35.9K bytes -
Environment, Universes, and Mirrors | Reflectio...
line: Int, column: Int) object Macros { def currentLocation:...method mirror for C.x: scala.Int (bound to C@3442299e) scala>...docs.scala-lang.org/zh-cn/overviews/reflection/environment-universes-mirrors.htmlFri Feb 06 04:30:27 GMT 2026 61.3K bytes -
Scala 2 with -Xsource:3 | Scala 3 Migration Gui...
Example 2: class C ( x : Int ) { def x () : Int = x // allowed in Scala...case class C private[p] (x: Int) ) are copied to the synthetic...docs.scala-lang.org/scala3/guides/migration/tooling-scala2-xsource3.htmlThu Feb 05 16:30:25 GMT 2026 65.3K bytes -
What else can MUnit do? | The Scala Toolkit | S...
docs.scala-lang.org/toolkit/testing-what-else.htmlFri Feb 06 04:30:27 GMT 2026 63K bytes -
The sequence traits Seq, IndexedSeq, and Linear...
partial function that takes an Int argument (an index) and which...Seq[T] extends PartialFunction[Int, T] . The elements of a sequence...docs.scala-lang.org/overviews/collections/seqs.htmlFri Feb 06 04:30:27 GMT 2026 65.2K bytes -
ftplib — FTP protocol client — Python 3.14.3 do...
instance’s debugging level as an int . This controls the amount of...The host to connect to. port ( int ) – The TCP port to connect to...docs.python.org/3/library/ftplib.htmlFri Feb 06 03:23:27 GMT 2026 82K bytes