- Sort Score
- Num 10 results
- Language All
- Labels All
Results 91 - 100 of over 10,000 for filetype:html (0.54 seconds)
-
연산자 | Scala Documentation
Tour of Scala 연산자 Language 스칼라에선 단일 파라미터를 취하는 모든 메소드를 중위 연산자 로 사용할 수 있다. 다음은 and 와 or , negate 등의 세 가지 메소드를 정의하고 있는 클...docs.scala-lang.org/ko/tour/operators.htmlFri Feb 06 04:30:27 GMT 2026 74.1K bytes -
Operadores | Scala Documentation
Tour of Scala Operadores Language En Scala, cualquier método el cual reciba un solo parámetro puede ser usado como un...docs.scala-lang.org/es/tour/operators.htmlFri Feb 06 04:30:27 GMT 2026 84K bytes -
Operatory | Scala Documentation
Tour of Scala Operatory Language Każda metoda, która przyjmuje jeden parametr, może być użyta jako operator infiksowy...docs.scala-lang.org/pl/tour/operators.htmlFri Feb 06 04:30:27 GMT 2026 76.3K bytes -
Обзор | Scala 3 — Book | Scala Documentation
docs.scala-lang.org/ru/scala3/book/methods-summary.htmlFri Feb 06 04:30:27 GMT 2026 427.7K bytes -
控制结构 | Scala 3 — Book | Scala Documentation
docs.scala-lang.org/zh-cn/scala3/book/taste-control-structures.htmlFri Feb 06 04:30:27 GMT 2026 483.7K bytes -
SIP-35 - Opaque types | Scala Documentation
SIP-35 - Opaque types Language This proposal has been implemented with some changes in Scala 3.0.0. Authors: Erik Osh...docs.scala-lang.org/sips/opaque-types.html -
SIP Meeting Minutes - 29th November 2016 | Scal...
SIP Meeting Minutes - 29th November 2016 Language Minutes The following agenda was distributed to attendees: Topic Re...docs.scala-lang.org/sips/minutes/2016-11-29-sip-minutes.htmlFri Feb 06 04:30:27 GMT 2026 33.8K bytes -
类型上界 | Scala Documentation
Tour of Scala 类型上界 Language 在Scala中, 类型参数 和 抽象类型 都可以有一个类型边界约束。这种类型边界在限制类型变量实际取值的同时还能展露类型成员的更多信息。比如像 T <: A 这样声明的类型上界表...docs.scala-lang.org/zh-cn/tour/upper-type-bounds.htmlFri Feb 06 04:30:27 GMT 2026 207K bytes -
注解 | Scala Documentation
Tour of Scala 注解 Language 注解将元信息与定义相关联。 例如,方法之前的注解 @deprecated 会导致编译器在该方法被使用时打印警告信息。 object DeprecationDemo extends A...docs.scala-lang.org/zh-cn/tour/annotations.htmlFri Feb 06 04:30:27 GMT 2026 209.8K bytes -
隐式转换 | Scala Documentation
Tour of Scala 隐式转换 Language 一个从类型 S 到类型 T 的隐式转换由一个函数类型 S => T 的隐式值来定义,或者由一个可转换成所需值的隐式方法来定义。 隐式转换在两种情况下会用到: 如果一个表达式 e ...docs.scala-lang.org/zh-cn/tour/implicit-conversions.htmlFri Feb 06 04:30:27 GMT 2026 208.1K bytes