scala / 3.1 / scala / runtime / abstractfunction0.html

Class scala.runtime.AbstractFunction0

abstract class AbstractFunction0[@specialized +R] extends () => R

Supertypes

Inherited methods

Source
def apply(): R

Apply the body of this function to the arguments.

Returns

the result of function application.

Inherited from Function0

Source
override def toString(): String

Definition Classes Function0 -> Any
Inherited from Function0

© 2002-2022 EPFL, with contributions from Lightbend.
Licensed under the Apache License, Version 2.0.
https://scala-lang.org/api/3.1.1/scala/runtime/AbstractFunction0.html