- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 891 - 900 of 1,314 for host:docs.scala-lang.org (0.03 sec)
-
统一类型 | Scala Documentation
Tour of Scala 统一类型 Language 在Scala中,所有的值都有类型,包括数值和函数。下图阐述了类型层次结构的一个子集。 Scala类型层次结构 Any 是所有类型的超类型,也称为顶级类 型。它定义了一些通用的方法...docs.scala-lang.org/zh-cn/tour/unified-types.htmlRegistered: Mon Aug 25 04:56:58 UTC 2025 - Last Modified: Mon Aug 25 03:30:17 UTC 2025 - 209K 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 Aug 25 05:16:23 UTC 2025 - Last Modified: Mon Aug 25 03:30:17 UTC 2025 - 208.6K bytes - Viewed (0) -
Lokalno zaključivanje tipova (type inference) |...
Tour of Scala Lokalno zaključivanje tipova (type inference) Language Scala ima ugrađen mehanizam zaključivanja tipova...docs.scala-lang.org/ba/tour/type-inference.htmlRegistered: Mon Aug 25 05:16:26 UTC 2025 - Last Modified: Mon Aug 25 03:30:17 UTC 2025 - 76.5K bytes - Viewed (0) -
튜플 | Scala Documentation
Tour of Scala 튜플 Language 스칼라에서 튜플은 정해진 요소(element)를 가지는 값으로 각 요소는 고유한 타입을 가진다. 튜플은 불변적이다. 튜플은 특히 메소드로부터 여러개의 값을 리턴하는...docs.scala-lang.org/ko/tour/tuples.htmlRegistered: Mon Aug 25 05:15:32 UTC 2025 - Last Modified: Mon Aug 25 03:30:17 UTC 2025 - 78.6K bytes - Viewed (0) -
Basics | Scala Documentation
Tour of Scala Basics Language En esta página, practicaremos conceptos básicos de Scala. Probando Scala en el navegado...docs.scala-lang.org/es/tour/basics.htmlRegistered: Mon Aug 25 05:26:12 UTC 2025 - Last Modified: Mon Aug 25 03:30:17 UTC 2025 - 108.3K bytes - Viewed (0) -
Autorefrencias explicitamente tipadas | Scala D...
Tour of Scala Autorefrencias explicitamente tipadas Language Cuando se está construyendo software extensible, algunas...docs.scala-lang.org/es/tour/self-types.htmlRegistered: Mon Aug 25 05:26:20 UTC 2025 - Last Modified: Mon Aug 25 03:30:17 UTC 2025 - 89.6K bytes - Viewed (0) -
演算子 | Scala Documentation
Tour of Scala 演算子 Language Scalaでは演算子はメソッドです。パラメータを1つだけ持つメソッドであれば 中置演算子 として使えます。例えば、 + はドット記法で呼び出せます。 10.+(1) しかしながら、...docs.scala-lang.org/ja/tour/operators.htmlRegistered: Mon Aug 25 05:26:33 UTC 2025 - Last Modified: Mon Aug 25 03:30:17 UTC 2025 - 147.8K bytes - Viewed (0) -
Operatori | Scala Documentation
Tour of Scala Operatori Language U Scali, operatori su metode. Bilo koja metoda koja prima samo jedan parametar može ...docs.scala-lang.org/ba/tour/operators.htmlRegistered: Mon Aug 25 05:26:36 UTC 2025 - Last Modified: Mon Aug 25 03:30:17 UTC 2025 - 79.5K bytes - Viewed (0) -
抽象型メンバー | Scala Documentation
Tour of Scala 抽象型メンバー Language トレイトや抽象クラスのような抽象型は抽象型メンバーを持つことができます。 これは具体的な実装で実際の型を定義するという意味です。 こちらが例です。 trait Buffer...docs.scala-lang.org/ja/tour/abstract-type-members.htmlRegistered: Mon Aug 25 05:25:15 UTC 2025 - Last Modified: Mon Aug 25 03:30:17 UTC 2025 - 148.7K bytes - Viewed (0) -
Tipos Compuestos | Scala Documentation
Tour of Scala Tipos Compuestos Language Algunas veces es necesario expresar que el tipo de un objeto es un subtipo de...docs.scala-lang.org/es/tour/compound-types.htmlRegistered: Mon Aug 25 05:25:36 UTC 2025 - Last Modified: Mon Aug 25 03:30:17 UTC 2025 - 84.7K bytes - Viewed (0)