Property2[T1: T1, T2: T2]¶
Implements¶
- Property1[(T1 , T2)] ref
Public Functions¶
gen1¶
The Generator for the first argument to your property2
.
Returns¶
- Generator[T1] box
gen2¶
The Generator for the second argument to your property2
.
Returns¶
- Generator[T2] box
gen¶
Returns¶
- Generator[(T1 , T2)] box
property¶
Parameters¶
- arg1: (T1 , T2)
- h: PropertyHelper val
Returns¶
- None val ?
property2¶
A method verifying that a certain property holds for all given
arg1
and arg2
with the help of PropertyHelper h
.
Parameters¶
- arg1: T1
- arg2: T2
- h: PropertyHelper val
Returns¶
- None val ?
name¶
Returns¶
- String val
params¶
Returns¶
- PropertyParams val