FunctionXXL

scala.runtime.FunctionXXL
trait FunctionXXL

A function with all parameters grouped in an array.

Attributes

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

Members list

Value members

Abstract methods

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

Source
FunctionXXL.scala

Concrete 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
Any
Source
FunctionXXL.scala