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.

Source:
Prop.scala
class Object
trait Matchable
class Any

Value members

Concrete methods

def =?(y: T): Prop

See Prop.=?

See Prop.=?

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

See Prop.?=

See Prop.?=

Source:
Prop.scala