- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 241 - 250 of about 10,000 for content_length:[100000 TO 499999] (0.27 sec)
-
复合类型 | Scala Documentation
Tour of Scala 复合类型 Language 有时需要表明一个对象的类型是其他几种类型的子类型。 在 Scala 中,这可以表示成 复合类型 ,即多个类型的交集。 假设我们有两个特质 Cloneable 和 Resetabl...docs.scala-lang.org/zh-cn/tour/compound-types.htmlRegistered: Mon Jul 07 07:22:27 UTC 2025 - Last Modified: Mon Jul 07 03:30:20 UTC 2025 - 205.5K bytes - Viewed (0) -
类型推断 | Scala Documentation
Tour of Scala 类型推断 Language Scala 编译器通常可以推断出表达式的类型,因此你不必显式地声明它。 省略类型 val businessName = "Montreux Jazz Café" 编译器可以发现 ...docs.scala-lang.org/zh-cn/tour/type-inference.htmlRegistered: Mon Jul 07 07:22:34 UTC 2025 - Last Modified: Mon Jul 07 03:30:20 UTC 2025 - 208.6K bytes - Viewed (0) -
模式匹配 | Scala Documentation
Tour of Scala 模式匹配 Language 模式匹配是检查某个值(value)是否匹配某一个模式的机制,一个成功的匹配同时会将匹配值解构为其组成部分。它是Java中的 switch 语句的升级版,同样可以用于替代一系列的 ...docs.scala-lang.org/zh-cn/tour/pattern-matching.htmlRegistered: Mon Jul 07 07:21:46 UTC 2025 - Last Modified: Mon Jul 07 03:30:20 UTC 2025 - 216.4K bytes - Viewed (0) -
统一类型 | Scala Documentation
Tour of Scala 统一类型 Language 在Scala中,所有的值都有类型,包括数值和函数。下图阐述了类型层次结构的一个子集。 Scala类型层次结构 Any 是所有类型的超类型,也称为顶级类 型。它定义了一些通用的方法...docs.scala-lang.org/zh-cn/tour/unified-types.htmlRegistered: Mon Jul 07 07:21:23 UTC 2025 - Last Modified: Mon Jul 07 03:30:20 UTC 2025 - 209K bytes - Viewed (0) -
内部类 | Scala Documentation
Tour of Scala 内部类 Language 在Scala中,一个类可以作为另一个类的成员。 在一些类似 Java 的语言中,内部类是外部类的成员,而 Scala 正好相反,内部类是绑定到外部对象的。 假设我们希望编译器在编译...docs.scala-lang.org/zh-cn/tour/inner-classes.htmlRegistered: Mon Jul 07 07:21:37 UTC 2025 - Last Modified: Mon Jul 07 03:30:20 UTC 2025 - 212.2K bytes - Viewed (0) -
包对象 | Scala Documentation
Tour of Scala 包对象 Language 包对象 Scala 提供包对象作为在整个包中方便的共享使用的容器。 包对象中可以定义任何内容,而不仅仅是变量和方法。 例如,包对象经常用于保存包级作用域的类型别名和隐式转换。 包对...docs.scala-lang.org/zh-cn/tour/package-objects.htmlRegistered: Mon Jul 07 07:22:49 UTC 2025 - Last Modified: Mon Jul 07 03:30:20 UTC 2025 - 205K bytes - Viewed (0) -
自类型 | Scala Documentation
Tour of Scala 自类型 Language 自类型用于声明一个特质必须混入其他特质,尽管该特质没有直接扩展其他特质。 这使得所依赖的成员可以在没有导入的情况下使用。 自类型是一种细化 this 或 this 别名之类型的方法...docs.scala-lang.org/zh-cn/tour/self-types.htmlRegistered: Mon Jul 07 07:22:53 UTC 2025 - Last Modified: Mon Jul 07 03:30:20 UTC 2025 - 205.5K bytes - Viewed (0) -
xml.parsers.expat — Fast XML parsing using Expa...
The xml.parsers.expat module is a Python interface to the Expat non-validating XML parser. The module provides a single extension type, xmlparser, that represents the current state of an XML parser...docs.python.org/3/library/pyexpat.htmlRegistered: Mon Jul 07 05:35:28 UTC 2025 - Last Modified: Mon Jul 07 01:48:06 UTC 2025 - 115.3K bytes - Viewed (0) -
functools — Higher-order functions and operatio...
Source code: Lib/functools.py The functools module is for higher-order functions: functions that act on or return other functions. In general, any callable object can be treated as a function for t...docs.python.org/3/library/functools.htmlRegistered: Mon Jul 07 05:34:25 UTC 2025 - Last Modified: Mon Jul 07 01:48:06 UTC 2025 - 106.8K bytes - Viewed (0) -
Prelude꞉ A Taste of Scala | Scala Book | Scala ...
docs.scala-lang.org/overviews/scala-book/prelude-taste-of-scala.htmlRegistered: Mon Jul 07 05:32:49 UTC 2025 - Last Modified: Mon Jul 07 03:30:19 UTC 2025 - 106.9K bytes - Viewed (0)