ExtendedBoolean

org.scalacheck.Prop.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.

Attributes

Source
Prop.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def :|(l: String): Prop

See the documentation for org.scalacheck.Prop

See the documentation for org.scalacheck.Prop

Attributes

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

See the documentation for org.scalacheck.Prop

See the documentation for org.scalacheck.Prop

Attributes

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

See the documentation for org.scalacheck.Prop

See the documentation for org.scalacheck.Prop

Attributes

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

See the documentation for org.scalacheck.Prop

See the documentation for org.scalacheck.Prop

Attributes

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

See the documentation for org.scalacheck.Prop

See the documentation for org.scalacheck.Prop

Attributes

Source
Prop.scala