ExtendedBoolean

class ExtendedBoolean(b: => Boolean)

A collection of property operators on Boolean values. Import Prop.propBoolean to make the operators available. The availability of this class as an implicit via BooleanOperators was removed in 1.15.0.

A collection of property operators on Boolean values. Import Prop.propBoolean to make the operators available. The availability of this class as an implicit via BooleanOperators was removed in 1.15.0.

class Object
trait Matchable
class Any

Value members

Concrete methods

def :|(l: String): Prop

See the documentation for org.scalacheck.Prop

See the documentation for org.scalacheck.Prop

def :|(l: Symbol): Prop

See the documentation for org.scalacheck.Prop

See the documentation for org.scalacheck.Prop

def ==>(p: => Prop): Prop

See the documentation for org.scalacheck.Prop

See the documentation for org.scalacheck.Prop

def |:(l: String): Prop

See the documentation for org.scalacheck.Prop

See the documentation for org.scalacheck.Prop

def |:(l: Symbol): Prop

See the documentation for org.scalacheck.Prop

See the documentation for org.scalacheck.Prop