A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://scala-lang.org/api/3.x/scala/runtime/ScalaRunTime$.html below:

ScalaRunTime

scala.runtime.ScalaRunTime

The object ScalaRunTime provides support methods required by the scala runtime. All these methods should be considered outside the API and subject to change or removal without notice.

Attributes
Source
ScalaRunTime.scala
Graph
Supertypes
Self type
Members list

Return the class object representing an unboxed value type, e.g., classOf[int], not classOf[java.lang.Integer].

Return the class object representing an unboxed value type, e.g., classOf[int], not classOf[java.lang.Integer]. The compiler rewrites expressions like 5.getClass to come here.

Attributes
Source
ScalaRunTime.scala

Return the class object representing an array with element class clazz.

Return the class object representing an array with element class clazz.

Attributes
Source
ScalaRunTime.scala

Retrieve generic array element

update generic array element

stringOf formatted for use in a repl result.

Given any Scala value, convert it to a String.

Given any Scala value, convert it to a String.

The primary motivation for this method is to provide a means for correctly obtaining a String representation of a value, while avoiding the pitfalls of naively calling toString on said value. In particular, it addresses the fact that (a) toString cannot be called on null and (b) depending on the apparent type of an array, toString may or may not print it in a human-readable form.

Value parameters
arg

the value to stringify

Attributes
Returns

a string representation of arg.

Source
ScalaRunTime.scala

Convert an array to an object array.

Convert an array to an object array. Needed to deal with vararg arguments of primitive types that are passed to a generic Java vararg parameter T ...

Attributes
Source
ScalaRunTime.scala

A helper for case classes.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4