- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1151 - 1160 of about 10,000 for timestamp:[now/d-7d TO *] (0.11 sec)
-
领域建模 | Scala 3 — Book | Scala Documentation
docs.scala-lang.org/zh-cn/scala3/book/domain-modeling-intro.htmlRegistered: Fri Feb 21 04:12:26 UTC 2025 - Last Modified: Wed Feb 19 14:08:25 UTC 2025 - 58.9K bytes - Viewed (0) -
变量和数据类型 | Scala 3 — Book | Scala Documentation
docs.scala-lang.org/zh-cn/scala3/book/taste-vars-data-types.htmlRegistered: Fri Feb 21 04:12:30 UTC 2025 - Last Modified: Wed Feb 19 14:08:26 UTC 2025 - 454.5K bytes - Viewed (0) -
单例对象 | Scala 3 — Book | Scala Documentation
docs.scala-lang.org/zh-cn/scala3/book/taste-objects.htmlRegistered: Fri Feb 21 04:12:37 UTC 2025 - Last Modified: Wed Feb 19 14:08:26 UTC 2025 - 447.2K bytes - Viewed (0) -
总结 | Scala 3 — Book | Scala Documentation
docs.scala-lang.org/zh-cn/scala3/book/taste-summary.htmlRegistered: Fri Feb 21 04:12:40 UTC 2025 - Last Modified: Wed Feb 19 14:08:26 UTC 2025 - 431.6K bytes - Viewed (0) -
提取器对象 | Scala Documentation
Tour of Scala 提取器对象 Language 提取器对象是一个包含有 unapply 方法的单例对象。 apply 方法就像一个构造器,接受参数然后创建一个实例对象,反之 unapply 方法接受一个实例对象然后返回最初创...docs.scala-lang.org/zh-cn/tour/extractor-objects.htmlRegistered: Fri Feb 21 04:27:48 UTC 2025 - Last Modified: Wed Feb 19 14:08:26 UTC 2025 - 209.6K bytes - Viewed (0) -
嵌套方法 | Scala Documentation
Tour of Scala 嵌套方法 Language 在Scala中可以嵌套定义方法。例如以下对象提供了一个 factorial 方法来计算给定数值的阶乘: def factorial ( x : Int ) : Int = { d...docs.scala-lang.org/zh-cn/tour/nested-functions.htmlRegistered: Fri Feb 21 04:28:47 UTC 2025 - Last Modified: Wed Feb 19 14:08:26 UTC 2025 - 204.7K bytes - Viewed (0) -
多态方法 | Scala Documentation
Tour of Scala 多态方法 Language Scala 中的方法可以按类型和值进行参数化。 语法和泛型类类似。 类型参数括在方括号中,而值参数括在圆括号中。 看下面的例子: def listOfDuplicates [ A...docs.scala-lang.org/zh-cn/tour/polymorphic-methods.htmlRegistered: Fri Feb 21 04:28:57 UTC 2025 - Last Modified: Wed Feb 19 14:08:26 UTC 2025 - 205.9K bytes - Viewed (0) -
Currying | Scala Documentation
Tour of Scala Currying Language Nota de tradução: Currying é uma técnica de programação Funcional nomeada em honra ao...docs.scala-lang.org/pt-br/tour/multiple-parameter-lists.htmlRegistered: Fri Feb 21 04:27:01 UTC 2025 - Last Modified: Wed Feb 19 14:08:26 UTC 2025 - 77.1K bytes - Viewed (0) -
Generičke klase | Scala Documentation
Tour of Scala Generičke klase Language Generičke klase su klase koje primaju tipove kao parametre. Vrlo su korisne za...docs.scala-lang.org/ba/tour/generic-classes.htmlRegistered: Fri Feb 21 04:41:27 UTC 2025 - Last Modified: Wed Feb 19 14:08:26 UTC 2025 - 77.4K bytes - Viewed (0) -
제네릭 클래스 | Scala Documentation
Tour of Scala 제네릭 클래스 Language 자바 5(다른 이름은 JDK 1.5와 같이, 스칼라는 타입으로 파라미터화된 클래스의 빌트인 지원을 제공한다. 이런 제네릭 클래스는 특히 컬렉션 클래스의 개...docs.scala-lang.org/ko/tour/generic-classes.htmlRegistered: Fri Feb 21 04:41:37 UTC 2025 - Last Modified: Wed Feb 19 14:08:26 UTC 2025 - 76K bytes - Viewed (0)