scala.runtime.FunctionXXL.scala Maven / Gradle / Ivy
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 - 2025 Weber Informatics LLC | Privacy Policy