All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scala.runtime.FunctionXXL.scala Maven / Gradle / Ivy

There is a newer version: 3.6.3-RC1-bin-20241119-cc4a324-NIGHTLY
Show newest version
package scala.runtime

/** A function with all parameters grouped in an array. */
trait FunctionXXL {

  /** Apply all parameters grouped in xs to this function. */
  def apply(xs: IArray[Object]): Object

  override def toString() = ""
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy