ExtendedAny

org.scalacheck.Prop.ExtendedAny
class ExtendedAny[T](x: => T)(implicit ev: T => Pretty)

A collection of property operators on Any values. Import Prop.AnyOperators to make the operators available.

Attributes

Source
Prop.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def =?(y: T): Prop

See Prop.=?

See Prop.=?

Attributes

Source
Prop.scala
def ?=(y: T): Prop

See Prop.?=

See Prop.?=

Attributes

Source
Prop.scala
def iff(f: PartialFunction[T, Prop]): Prop

See Prop.iff

See Prop.iff

Attributes

Source
Prop.scala
def imply(f: PartialFunction[T, Prop]): Prop

Attributes

Source
Prop.scala