- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 251 - 260 of about 10,000 for content_length:[100000 TO 499999] (0.04 sec)
-
Вариантность | Scala Documentation
Tour of Scala Вариантность Language Вариантность (Variances) - это указание определенной специфики взаимосвязи между ...docs.scala-lang.org/ru/tour/variances.htmlRegistered: Wed Apr 16 04:33:39 UTC 2025 - Last Modified: Fri Mar 28 02:11:35 UTC 2025 - 241.1K 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: Wed Apr 16 04:32:12 UTC 2025 - Last Modified: Fri Mar 28 02:11:35 UTC 2025 - 148.2K bytes - Viewed (0) -
抽象型メンバー | Scala Documentation
Tour of Scala 抽象型メンバー Language トレイトや抽象クラスのような抽象型は抽象型メンバーを持つことができます。 これは具体的な実装で実際の型を定義するという意味です。 こちらが例です。 trait Buffer...docs.scala-lang.org/ja/tour/abstract-type-members.htmlRegistered: Wed Apr 16 04:34:52 UTC 2025 - Last Modified: Fri Mar 28 02:11:35 UTC 2025 - 148.7K bytes - Viewed (0) -
変位指定 | Scala Documentation
Tour of Scala 変位指定 Language 変位指定は複合型の間の継承関係とそれらの型パラメータ間の継承関係の相関です。 Scalaは ジェネリッククラス の型パラメータの変位指定アノテーションをサポートしています。 変位...docs.scala-lang.org/ja/tour/variances.htmlRegistered: Wed Apr 16 04:33:56 UTC 2025 - Last Modified: Fri Mar 28 02:11:35 UTC 2025 - 160.4K bytes - Viewed (0) -
下限型境界 | Scala Documentation
Tour of Scala 下限型境界 Language 上限型境界 は型を別の型のサブタイプに制限しますが、 下限型境界 は型が別の型のスーパータイプであることを宣言します。表現 B >: A はパラメータ B または抽象型 B が...docs.scala-lang.org/ja/tour/lower-type-bounds.htmlRegistered: Wed Apr 16 04:34:13 UTC 2025 - Last Modified: Fri Mar 28 02:11:35 UTC 2025 - 150.2K bytes - Viewed (0) -
Нижнее Ограничение Типа | Scala Documentation
Tour of Scala Нижнее Ограничение Типа Language В то время как верхнее ограничение типа ограничивает тип до подтипа ст...docs.scala-lang.org/ru/tour/lower-type-bounds.htmlRegistered: Wed Apr 16 04:34:27 UTC 2025 - Last Modified: Fri Mar 28 02:11:35 UTC 2025 - 220.7K bytes - Viewed (0) -
パターンマッチング | Scala Documentation
Tour of Scala パターンマッチング Language パターンマッチングは値をパターンに照合するための仕組みです。 マッチに成功すれば、一つの値をその構成要素のパーツに分解することもできます。 Javaの switch 文...docs.scala-lang.org/ja/tour/pattern-matching.htmlRegistered: Wed Apr 16 04:36:27 UTC 2025 - Last Modified: Fri Mar 28 02:11:35 UTC 2025 - 154.6K bytes - Viewed (0) -
抽出子オブジェクト | Scala Documentation
Tour of Scala 抽出子オブジェクト Language 抽出子オブジェクトは unapply メソッドを持つオブジェクトです。 apply メソッドが引数を取り、オブジェクトを作るコンストラクタであるように、 unapply...docs.scala-lang.org/ja/tour/extractor-objects.htmlRegistered: Wed Apr 16 04:35:37 UTC 2025 - Last Modified: Fri Mar 28 02:11:35 UTC 2025 - 147.4K bytes - Viewed (0) -
Python Initialization Configuration — Python 3....
Python can be initialized with Py_InitializeFromConfig() and the PyConfig structure. It can be preinitialized with Py_PreInitialize() and the PyPreConfig structure. There are two kinds of configura...docs.python.org/3/c-api/init_config.htmlRegistered: Wed Apr 16 03:20:49 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 226.1K bytes - Viewed (0) -
ipaddress — IPv4/IPv6 manipulation library — Py...
Source code: Lib/ipaddress.py ipaddress provides the capabilities to create, manipulate and operate on IPv4 and IPv6 addresses and networks. The functions and classes in this module make it straigh...docs.python.org/3/library/ipaddress.htmlRegistered: Wed Apr 16 03:20:55 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 140.9K bytes - Viewed (0)