- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 631 - 640 of about 10,000 for timestamp:[now/d-1M TO *] (0.18 sec)
-
SIP-57 - Replace non-sensical @unchecked annota...
SIP-57 - Replace non-sensical @unchecked annotations Language By: Martin Odersky and Jamie Thompson History Date Vers...docs.scala-lang.org/sips/replace-nonsensical-unchecked-annotation.htmlRegistered: Mon Jul 07 06:21:56 UTC 2025 - Last Modified: Mon Jul 07 03:30:19 UTC 2025 - 52K bytes - Viewed (0) -
SIP Meeting Results - 16th June 2023 | Scala Do...
SIP Meeting Results - 16th June 2023 Language The Committee discussed and voted on the proposals listed below. Propos...docs.scala-lang.org/sips/results/2023-06-16-meeting.htmlRegistered: Mon Jul 07 06:24:26 UTC 2025 - Last Modified: Mon Jul 07 03:30:19 UTC 2025 - 24.4K bytes - Viewed (0) -
Scala 3 Macros | Macros in Scala 3 | Scala Docu...
Macros in Scala 3 Scala 3 Macros Language This doc page is specific to Scala 3, and may cover new concepts not availa...docs.scala-lang.org/scala3/guides/macros/macros.htmlRegistered: Mon Jul 07 06:32:37 UTC 2025 - Last Modified: Mon Jul 07 03:30:19 UTC 2025 - 77.3K bytes - Viewed (0) -
SIP-52 - Binary APIs | Scala Documentation
SIP-52 - Binary APIs Language By: Author Nicolas Stucki History Date Version Feb 27 2023 Initial Draft Aug 16 2023 Si...docs.scala-lang.org/sips/binary-api.htmlRegistered: Mon Jul 07 06:19:01 UTC 2025 - Last Modified: Mon Jul 07 03:30:19 UTC 2025 - 45.9K bytes - Viewed (0) -
ミックスインを用いたクラス合成 | Scala Documentation
Tour of Scala ミックスインを用いたクラス合成 Language ミックスインはクラスを構成するのに使われるトレイトです。 abstract class A { val message : String } class B...docs.scala-lang.org/ja/tour/mixin-class-composition.htmlRegistered: Mon Jul 07 06:46:43 UTC 2025 - Last Modified: Mon Jul 07 03:30:19 UTC 2025 - 148.2K bytes - Viewed (0) -
クラス | Scala Documentation
Tour of Scala クラス Language Scalaにおけるクラスはオブジェクトを作るための設計図です。 クラスはメソッド、値、変数、型、オブジェクト、トレイト、クラスを持ち、それらはまとめて メンバー と呼ばれます。 型...docs.scala-lang.org/ja/tour/classes.htmlRegistered: Mon Jul 07 06:46:53 UTC 2025 - Last Modified: Mon Jul 07 03:30:19 UTC 2025 - 154.3K bytes - Viewed (0) -
パターンマッチング | Scala Documentation
Tour of Scala パターンマッチング Language パターンマッチングは値をパターンに照合するための仕組みです。 マッチに成功すれば、一つの値をその構成要素のパーツに分解することもできます。 Javaの switch 文...docs.scala-lang.org/ja/tour/pattern-matching.htmlRegistered: Mon Jul 07 06:48:13 UTC 2025 - Last Modified: Mon Jul 07 03:30:19 UTC 2025 - 154.6K bytes - Viewed (0) -
for内包表記 | Scala Documentation
Tour of Scala for内包表記 Language Scalaは シーケンス内包表記 を表現するための軽量な記法を提供します。 内含表記は for (enumerators) yield e という形をとります。 enume...docs.scala-lang.org/ja/tour/for-comprehensions.htmlRegistered: Mon Jul 07 06:48:00 UTC 2025 - Last Modified: Mon Jul 07 03:30:19 UTC 2025 - 148.9K bytes - Viewed (0) -
演算子 | Scala Documentation
Tour of Scala 演算子 Language Scalaでは演算子はメソッドです。パラメータを1つだけ持つメソッドであれば 中置演算子 として使えます。例えば、 + はドット記法で呼び出せます。 10.+(1) しかしながら、...docs.scala-lang.org/ja/tour/operators.htmlRegistered: Mon Jul 07 06:47:18 UTC 2025 - Last Modified: Mon Jul 07 03:30:19 UTC 2025 - 147.8K bytes - Viewed (0) -
抽象型メンバー | Scala Documentation
Tour of Scala 抽象型メンバー Language トレイトや抽象クラスのような抽象型は抽象型メンバーを持つことができます。 これは具体的な実装で実際の型を定義するという意味です。 こちらが例です。 trait Buffer...docs.scala-lang.org/ja/tour/abstract-type-members.htmlRegistered: Mon Jul 07 06:47:22 UTC 2025 - Last Modified: Mon Jul 07 03:30:19 UTC 2025 - 148.7K bytes - Viewed (0)