- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 271 - 280 of about 10,000 for filetype:html (0.18 sec)
-
The Set Class | Scala Book | Scala Documentation
This page provides examples of the Scala 'Set' class, including how to add and remove elements from a Set, and iterate over Set elements.docs.scala-lang.org/overviews/scala-book/set-class.htmlRegistered: Wed Oct 15 05:03:38 UTC 2025 - Last Modified: Wed Oct 15 03:30:10 UTC 2025 - 72K bytes - Viewed (0) -
Implicit Classes | Scala Documentation
Implicit Classes Language Josh Suereth 著 介绍 Scala 2.10引入了一种叫做隐式类的新特性。隐式类指的是用implicit关键字修饰的类。在对应的作用域内,带有这个关键字的类的主构造函数可...docs.scala-lang.org/zh-cn/overviews/core/implicit-classes.htmlRegistered: Wed Oct 15 05:31:29 UTC 2025 - Last Modified: Wed Oct 15 03:30:10 UTC 2025 - 26.9K bytes - Viewed (0) -
추출자 오브젝트 | Scala Documentation
Tour of Scala 추출자 오브젝트 Language 스칼라에선 캐이스 클래스와 상관 없이 패턴을 정의할 수 있다. 이런 측면에서 추출자라 불리는 unapply라는 이름의 메소드를 정의한다. 예를 들어, 다...docs.scala-lang.org/ko/tour/extractor-objects.htmlRegistered: Wed Oct 15 05:31:36 UTC 2025 - Last Modified: Wed Oct 15 03:30:10 UTC 2025 - 75.2K bytes - Viewed (0) -
Obiekty ekstraktorów | Scala Documentation
Tour of Scala Obiekty ekstraktorów Language W Scali wzorce mogą być zdefiniowane niezależnie od klas przypadków. Obie...docs.scala-lang.org/pl/tour/extractor-objects.htmlRegistered: Wed Oct 15 05:31:39 UTC 2025 - Last Modified: Wed Oct 15 03:30:10 UTC 2025 - 77.2K bytes - Viewed (0) -
提取器对象 | Scala Documentation
Tour of Scala 提取器对象 Language 提取器对象是一个包含有 unapply 方法的单例对象。 apply 方法就像一个构造器,接受参数然后创建一个实例对象,反之 unapply 方法接受一个实例对象然后返回最初创...docs.scala-lang.org/zh-cn/tour/extractor-objects.htmlRegistered: Wed Oct 15 05:31:45 UTC 2025 - Last Modified: Wed Oct 15 03:30:10 UTC 2025 - 209.3K bytes - Viewed (0) -
多态方法 | Scala Documentation
Tour of Scala 多态方法 Language Scala 中的方法可以按类型和值进行参数化。 语法和泛型类类似。 类型参数括在方括号中,而值参数括在圆括号中。 看下面的例子: def listOfDuplicates [ A...docs.scala-lang.org/zh-cn/tour/polymorphic-methods.htmlRegistered: Wed Oct 15 05:34:01 UTC 2025 - Last Modified: Wed Oct 15 03:30:10 UTC 2025 - 205.7K 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: Wed Oct 15 05:32:27 UTC 2025 - Last Modified: Wed Oct 15 03:30:10 UTC 2025 - 204.4K bytes - Viewed (0) -
Композиция классов с трейтами | Scala Documenta...
Tour of Scala Композиция классов с трейтами Language Примеси (Mixin) - это трейты, которые используются для создания ...docs.scala-lang.org/ru/tour/mixin-class-composition.htmlRegistered: Wed Oct 15 05:34:34 UTC 2025 - Last Modified: Wed Oct 15 03:30:10 UTC 2025 - 231.5K bytes - Viewed (0) -
Extractor Objects | Scala Documentation
Tour of Scala Extractor Objects Language Un objet extracteur est un objet avec une méthode unapply . Tandis que la mé...docs.scala-lang.org/fr/tour/extractor-objects.htmlRegistered: Wed Oct 15 05:31:53 UTC 2025 - Last Modified: Wed Oct 15 03:30:10 UTC 2025 - 81.7K bytes - Viewed (0) -
Dependent Function Types - More Details
Scala 3 Reference 3.7.3 Learn Install Playground Find A Library Community Blog Scala 3 Reference Learn Install Playgr...docs.scala-lang.org/scala3/reference/new-types/dependent-function-types-spec.htmlRegistered: Wed Oct 15 06:09:18 UTC 2025 - Last Modified: Sat Sep 13 14:53:02 UTC 2025 - 34.4K bytes - Viewed (0)