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

scala.FunctionXXL.scala Maven / Gradle / Ivy

The newest version!
package scala

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

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

  override def toString() = ""
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy