PrettyFunction0

Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[A](a: A): PrettyFunction0[A]

Create a PrettyFunction0.

Create a PrettyFunction0.

See PrettyFunction0 for details.

Type parameters:
A

the type returned by the resulting function

Value parameters:
a

the value that will be returned when you evaluate the resulting function

Returns:

a function that always returns the passed-in value