AbstractFunction0
scala.runtime.AbstractFunction0
abstract class AbstractFunction0[+R] extends () => R
Attributes
- Source
- AbstractFunction0.scala
- Graph
-
- Supertypes
Members list
Value members
Inherited methods
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
Inherited and Abstract methods
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
In this article