AbstractFunction0

scala.runtime.AbstractFunction0
abstract class AbstractFunction0[+R] extends () => R

Attributes

Source
AbstractFunction0.scala
Graph
Supertypes
trait () => R
class Object
trait Matchable
class Any

Members list

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.

Attributes

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.

Attributes

Returns

a string representation of the object.

Definition Classes
Inherited from:
Function0
Source
Function0.scala