PrettyFunction0

org.scalatest.prop.PrettyFunction0
See thePrettyFunction0 companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

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

Attributes

Returns

a function that always returns the passed-in value