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
override def toString(): String
Definition Classes
Function0 -> Any
Inherited from
Function0