AnonFunctionXXL

scala.scalajs.runtime.AnonFunctionXXL

Attributes

Source
AnonFunctionXXL.scala
Graph
Supertypes
trait FunctionXXL
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def apply(xs: IArray[Object]): Object

Apply all parameters grouped in xs to this function.

Apply all parameters grouped in xs to this function.

Attributes

Definition Classes
Source
AnonFunctionXXL.scala

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