org.scalacheck.Prop

class ExtendedAny

[source: org/scalacheck/Prop.scala]

class ExtendedAny[T](x : T)
extends AnyRef
Any with support for implication and iff
Method Summary
def iff (f : scala.PartialFunction[T, Prop]) : Prop
def imply (f : scala.PartialFunction[T, Prop]) : Prop
Implication with several conditions
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
def imply(f : scala.PartialFunction[T, Prop]) : Prop
Implication with several conditions

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