AbstractFunction0

abstract class AbstractFunction0[+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

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Definition Classes
Inherited from:
Function0
Source:
Function0.scala