- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 501 - 510 of 1,296 for host:docs.scala-lang.org (0.03 sec)
-
어노테이션 | Scala Documentation
Tour of Scala 어노테이션 Language 어노테이션은 메타 정보와 정의 내용을 연결해준다. 간단한 어노테이션 절은 @C 나 @C(a1, .., an) 와 같은 형태다. 여기서 C 는 C 클래스의 생성...docs.scala-lang.org/ko/tour/annotations.htmlRegistered: Fri Apr 25 04:10:55 UTC 2025 - Last Modified: Tue Apr 22 06:54:04 UTC 2025 - 82.8K bytes - Viewed (0) -
Anotações | Scala Documentation
Tour of Scala Anotações Language Anotações associam meta-informação com definições. Uma cláusula de anotação simples ...docs.scala-lang.org/pt-br/tour/annotations.htmlRegistered: Fri Apr 25 04:11:01 UTC 2025 - Last Modified: Tue Apr 22 06:54:04 UTC 2025 - 82.9K bytes - Viewed (0) -
Parametry przekazywane według nazwy | Scala Doc...
Tour of Scala Parametry przekazywane według nazwy Language Parametry przekazywane według nazwy są ewaluowane za każdy...docs.scala-lang.org/pl/tour/by-name-parameters.htmlRegistered: Fri Apr 25 04:12:39 UTC 2025 - Last Modified: Tue Apr 22 06:54:04 UTC 2025 - 76.2K bytes - Viewed (0) -
传名参数 | Scala Documentation
Tour of Scala 传名参数 Language 传名参数 仅在被使用时触发实际参数的求值运算。 它们与 传值参数 正好相反。 要将一个参数变为传名参数,只需在它的类型前加上 => 。 def calculate ( input...docs.scala-lang.org/zh-cn/tour/by-name-parameters.htmlRegistered: Fri Apr 25 04:12:42 UTC 2025 - Last Modified: Tue Apr 22 06:54:04 UTC 2025 - 205.7K bytes - Viewed (0) -
By-name parametri | Scala Documentation
Tour of Scala By-name parametri Language By-name parametri (u slobodnom prevodu “po-imenu parametri”) se izračunavaju...docs.scala-lang.org/ba/tour/by-name-parameters.htmlRegistered: Fri Apr 25 04:12:55 UTC 2025 - Last Modified: Tue Apr 22 06:54:04 UTC 2025 - 75.7K bytes - Viewed (0) -
Regularni izrazi | Scala Documentation
Tour of Scala Regularni izrazi Language Regularni izrazi su stringovi koji se mogu koristiti za traženje uzoraka u po...docs.scala-lang.org/ba/tour/regular-expression-patterns.htmlRegistered: Fri Apr 25 04:15:20 UTC 2025 - Last Modified: Tue Apr 22 06:54:04 UTC 2025 - 75.7K bytes - Viewed (0) -
包和导入 | Scala Documentation
Tour of Scala 包和导入 Language 包和导入 Scala 使用包来创建命名空间,从而允许你创建模块化程序。 创建包 通过在 Scala 文件的头部声明一个或多个包名称来创建包。 package users clas...docs.scala-lang.org/zh-cn/tour/packages-and-imports.htmlRegistered: Fri Apr 25 04:13:45 UTC 2025 - Last Modified: Tue Apr 22 06:54:04 UTC 2025 - 206.4K bytes - Viewed (0) -
正则表达式模式 | Scala Documentation
Tour of Scala 正则表达式模式 Language 正则表达式是用来找出数据中的指定模式(或缺少该模式)的字符串。 .r 方法可使任意字符串变成一个正则表达式。 import scala.util.matching.Rege...docs.scala-lang.org/zh-cn/tour/regular-expression-patterns.htmlRegistered: Fri Apr 25 04:15:44 UTC 2025 - Last Modified: Tue Apr 22 06:54:04 UTC 2025 - 205.9K bytes - Viewed (0) -
摘要 | Scala Book | Scala Documentation
docs.scala-lang.org/zh-cn/overviews/scala-book/introduction.htmlRegistered: Fri Apr 25 03:49:33 UTC 2025 - Last Modified: Tue Apr 22 06:54:04 UTC 2025 - 34.9K bytes - Viewed (0) -
How to write a file? | The Scala Toolkit | Scal...
docs.scala-lang.org/toolkit/os-write-file.htmlRegistered: Fri Apr 25 03:51:01 UTC 2025 - Last Modified: Tue Apr 22 06:54:04 UTC 2025 - 59.1K bytes - Viewed (0)