AbstractFunction0

abstract class AbstractFunction0[@specialized +R] extends () => R
trait () => R
class Object
trait Matchable
class Any

Value members

Inherited methods

def apply(): R

Apply the body of this function to the arguments.

Apply the body of this function to the arguments.

Returns:

the result of function application.

Inherited from:
Function0
Source:
Function0.scala
override def toString(): String
Definition Classes
Inherited from:
Function0
Source:
Function0.scala