scalacheck.Prop

class ExtendedAny

[source: scalacheck/Prop.scala]

class ExtendedAny[T](x : T)
extends AnyRef
Method Summary
def iff (f : PartialFunction[T, Prop]) : Prop
def imply (f : 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 : PartialFunction[T, Prop]) : Prop
Implication with several conditions

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