propToScalaCheckProperty

given propToScalaCheckProperty(using val parameters: Parameters, val prettyFreqMap: FreqMap[Set[Any]] => Pretty): Conversion[Prop, ScalaCheckProp]

Value members

Concrete methods

def apply(prop: Prop): ScalaCheckProp

Inherited methods

@unspecialized
def andThen[A](g: ScalaCheckProp => A): Prop => A
Inherited from
Function1
@unspecialized
def compose[A](g: A => Prop): A => ScalaCheckProp
Inherited from
Function1
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from
Function1

Concrete fields

protected val parameters: Parameters
protected val prettyFreqMap: FreqMap[Set[Any]] => Pretty

Extensions

Inherited extensions

extension (x: T)

x.convert converts a value x of type T to type U

x.convert converts a value x of type T to type U

Inherited from
Conversion