![JAR search and dependency download from the Maven repository](/logo.png)
scala.runtime.AbstractFunction0.scala Maven / Gradle / Ivy
/* __ *\
** ________ ___ / / ___ Scala API **
** / __/ __// _ | / / / _ | (c) 2002-2011, LAMP/EPFL **
** __\ \/ /__/ __ |/ /__/ __ | http://scala-lang.org/ **
** /____/\___/_/ |_/____/_/ | | **
** |/ **
\* */
// GENERATED CODE: DO NOT EDIT. See scala.Function0 for timestamp.
package scala.runtime
abstract class AbstractFunction0[@specialized(Specializable.Primitives) +R] extends Function0[R] {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy