- Sort Score
- Num 10 results
- Language All
- Labels All
Results 211 - 220 of 5,398 for int (0.22 seconds)
-
Partial Functions | Scala 3 — Book | Scala Docu...
doubledOdds : PartialFunction [ Int , Int ] = { case i if i % 2 == 1...incrementedEvens : PartialFunction [ Int , Int ] = { case i if i % 2 == 0...docs.scala-lang.org/scala3/book/fun-partial-functions.htmlFri Feb 06 04:30:27 GMT 2026 74.5K bytes -
Functional Error Handling in Scala | Scala Book...
Option[Int] : def toInt ( s : String ) : Option [ Int ] = { try...toInt ( s : String ) : Try [ Int ] = Try { Integer . parseInt...docs.scala-lang.org/overviews/scala-book/functional-error-handling.htmlFri Feb 06 04:30:27 GMT 2026 70.6K bytes -
Algebraic Data Types | Scala 3 — Book | Scala D...
: case IntBox ( n: Int ) extends Box [ Int ]( n ) case BoolBox...parameterized: enum Color ( val rgb : Int ) : case Red extends Color (...docs.scala-lang.org/scala3/book/types-adts-gadts.htmlFri Feb 06 04:30:27 GMT 2026 89.1K bytes -
暗黙の変換 | Scala Documentation
Ordered[List[A]] と Int => Ordered[Int] がスコープの中にあれば、 List[Int] 型の2つのリスト...List(4, 5) implicitなメソッド Int => Ordered[Int] は scala.Predef.intWrapper...docs.scala-lang.org/ja/tour/implicit-conversions.htmlFri Feb 06 04:30:27 GMT 2026 146.4K bytes -
Unicode Objects and Codecs — Python 3.14....
read-only data of Unicode objects: int PyUnicode_Check ( PyObject *...This function always succeeds. int PyUnicode_CheckExact ( PyObject...docs.python.org/3/c-api/unicode.htmlWed Apr 29 06:55:52 GMT 2026 29.6K bytes -
Concrete Parallel Collection Classes | Parallel...
ParArray[Int] = ParArray(1, 3, 5, 7, 9, 11,...scala> pa reduce (_ + _) res0: Int = 1000000 scala> pa map (x =>...docs.scala-lang.org/overviews/parallel-collections/concrete-parallel-collections.htmlFri Feb 06 04:30:27 GMT 2026 55.6K bytes -
고차 함수 | Scala Documentation
def apply(f: Int => String, v: Int) = f(v) 주의: 문맥적으로 함수가...App { def apply(f: Int => String, v: Int) = f(v) val decorator...docs.scala-lang.org/ko/tour/higher-order-functions.htmlFri Feb 06 04:30:27 GMT 2026 74.1K bytes -
Lifting | Quasiquotes | Scala Documentation
scala> val ints = List(1, 2, 3) scala> val f123 = q"f(..$ints)" f123:...e._ case class Point(x: Int, y: Int) object Point { implicit...docs.scala-lang.org/overviews/quasiquotes/lifting.htmlFri Feb 06 04:30:27 GMT 2026 52.9K bytes -
array — Efficient arrays of numeric values R...
short int 2 'H' unsigned short int 2 'i' signed int int 2 'I'...unsigned int int 2 'l' signed long int 4 'L' unsigned long int 4 'q'...docs.python.org/3/library/array.htmlWed Apr 29 06:55:53 GMT 2026 9.2K bytes -
トレイト | Scala Documentation
IntIterator ( to : Int ) extends Iterator [ Int ] { private var...を取ります。 extends Iterator[Int] は next メソッドは Int を返さなければならないことを意味します。...docs.scala-lang.org/ja/tour/traits.htmlFri Feb 06 04:30:27 GMT 2026 147.8K bytes