- Sort Score
- Num 10 results
- Language All
- Labels All
Results 31 - 40 of over 10,000 for content_length:[100000 TO 499999] (0.02 seconds)
-
集合 | Collections | Scala Documentation
Collections 集合 Language 集合 ( Set ) は要素の重複の無い Iterable だ。集合一般に定義される演算は次の表にまとめてあり、可変集合に関してはその次の表も見てほしい。これらの演算は以下のカテゴリーに...docs.scala-lang.org/ja/overviews/collections/sets.htmlFri Feb 06 04:30:27 GMT 2026 113.4K bytes -
基础 | Scala Documentation
Tour of Scala 基础 Language 这篇文章涵盖了Scala的基础知识。 在浏览器上尝试Scala 你可以在浏览器上使用Scastie运行Scala。 打开 Scastie ; 在左侧窗格中粘贴 println("He...docs.scala-lang.org/zh-cn/tour/basics.htmlFri Feb 06 04:30:27 GMT 2026 227.2K bytes -
类 | Scala Documentation
Tour of Scala 类 Language Scala中的类是用于创建对象的蓝图,其中包含了方法、常量、变量、类型、对象、特质、类,这些统称为成员。类型、对象和特质将在后面的文章中介绍。 类定义 一个最简的类的定义就是关键字 c...docs.scala-lang.org/zh-cn/tour/classes.htmlFri Feb 06 04:30:27 GMT 2026 215.1K bytes -
样例类(Case Classes) | Scala Documentation
Tour of Scala 样例类(Case Classes) Language 样例类(Case classes)和普通类差不多,只有几点关键差别,接下来的介绍将会涵盖这些差别。样例类非常适合用于不可变的数据。下一节将会介绍他们在 ...docs.scala-lang.org/zh-cn/tour/case-classes.htmlFri Feb 06 04:30:27 GMT 2026 208.4K bytes -
函数是值 | Scala 3 — Book | Scala Documentation
docs.scala-lang.org/zh-cn/scala3/book/fp-functions-are-values.htmlFri Feb 06 04:30:27 GMT 2026 445.9K bytes -
向 Java 开发者介绍Scala | Scala 3 — Book | Scala Docu...
docs.scala-lang.org/zh-cn/scala3/book/scala-for-java-devs.htmlFri Feb 06 04:30:27 GMT 2026 482K bytes -
匿名函数 | Scala 3 — Book | Scala Documentation
This page shows how to use anonymous functions in Scala, including examples with the List class 'map' and 'filter' functions.docs.scala-lang.org/zh-cn/scala3/book/fun-anonymous-functions.htmlFri Feb 06 04:30:27 GMT 2026 453.7K bytes -
函数式编程 | Scala 3 — Book | Scala Documentation
docs.scala-lang.org/zh-cn/scala3/book/fp-intro.htmlFri Feb 06 04:30:27 GMT 2026 431K bytes -
实现类型类 | Scala 3 — Book | Scala Documentation
docs.scala-lang.org/zh-cn/scala3/book/ca-type-classes.htmlFri Feb 06 04:30:27 GMT 2026 451.4K bytes -
从头定义新容器 | Collections | Scala Documentation
Collections 从头定义新容器 Language 我们已经知道 List(1, 2, 3) 可以创建出含有三个元素的列表,用 Map('A' -> 1, 'C' -> 2) 可以创建含有两对绑定的映射。实际上各种Scala容器...docs.scala-lang.org/zh-cn/overviews/collections/creating-collections-from-scratch.htmlFri Feb 06 04:30:27 GMT 2026 126.3K bytes