AnonFunctionXXL

scala.scalajs.runtime.AnonFunctionXXL
sealed abstract class AnonFunctionXXL extends FunctionXXL

Attributes

Deprecated
[Since version 3.7.0] used by the codegen before Scala.js 1.19
Source
AnonFunctionXXL.scala
Graph
Supertypes
trait FunctionXXL
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
FunctionXXL -> Any
Inherited from:
FunctionXXL
Source
FunctionXXL.scala

Inherited and Abstract methods

Apply all parameters grouped in xs to this function.

Apply all parameters grouped in xs to this function.

Attributes

Inherited from:
FunctionXXL
Source
FunctionXXL.scala