ExtendedAny

class ExtendedAny[T](x: => T)(ev: T => Pretty)

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

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

class Object
trait Matchable
class Any

Value members

Concrete methods

def =?(y: T): Prop

See Prop.=?

See Prop.=?

def ?=(y: T): Prop

See Prop.?=

See Prop.?=

def iff(f: PartialFunction[T, Prop]): Prop
def imply(f: PartialFunction[T, Prop]): Prop