Scala3RunTime

scala.runtime.Scala3RunTime
object Scala3RunTime

Attributes

Source
Scala3RunTime.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def assertFailed(message: Any): Nothing

Attributes

Source
Scala3RunTime.scala

Attributes

Source
Scala3RunTime.scala
def nnFail(): Nothing

Called by the inline extension def nn.

Called by the inline extension def nn.

Extracted to minimize the bytecode size at call site.

Attributes

Throws
NullPointerException

always, indicating that a null value was encountered where non-null was expected

Source
Scala3RunTime.scala

Deprecated methods

def nn[T](x: T | Null): x.type & T

Called by the inline extension def nn.

Called by the inline extension def nn.

Extracted to minimize the bytecode size at call site.

Attributes

Deprecated
[Since version 3.2] use Predef.nn instead
Source
Scala3RunTime.scala