ExtendedBoolean

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.

Source:
Prop.scala
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

Source:
Prop.scala
def :|(l: Symbol): Prop

See the documentation for org.scalacheck.Prop

See the documentation for org.scalacheck.Prop

Source:
Prop.scala
def ==>(p: => Prop): Prop

See the documentation for org.scalacheck.Prop

See the documentation for org.scalacheck.Prop

Source:
Prop.scala
def |:(l: String): Prop

See the documentation for org.scalacheck.Prop

See the documentation for org.scalacheck.Prop

Source:
Prop.scala
def |:(l: Symbol): Prop

See the documentation for org.scalacheck.Prop

See the documentation for org.scalacheck.Prop

Source:
Prop.scala