On this page
Class scala.runtime.AbstractFunction0
abstract class AbstractFunction0[@specialized +R] extends () => R
Supertypes |
---|
Inherited methods
Source
def apply(): R
Apply the body of this function to the arguments.
Returns | the result of function application. |
---|---|
Inherited from | Function0 |
Source
© 2002-2022 EPFL, with contributions from Lightbend.
Licensed under the Apache License, Version 2.0.
https://scala-lang.org/api/3.1.1/scala/runtime/AbstractFunction0.html