jqwik-kotlin
1.6.1
jqwik-kotlin
net.
jqwik.
kotlin.
api
any()
any
For
Type()
any
Function()
any
Function0()
any
Function1()
any
Function2()
any
Function3()
any
Function4()
any
Pair()
any
Triple()
array()
combine()
component1()
component2()
component3()
component4()
component5()
component6()
component7()
component8()
flat
Combine()
Int
Range
Arbitrary
is
Assignable
From()
kotlin
Type
of
Length()
of
Size()
or
Null()
pair()
run
Blocking
Property()
sequence()
Sequence
Arbitrary
triple()
use()
jqwik-kotlin
/
net.jqwik.kotlin.api
/
anyPair
any
Pair
@
API
(
status
=
API.Status.EXPERIMENTAL
,
since
=
"1.6.0"
)
fun
<
A
,
B
>
anyPair
(
firstArbitrary
:
Arbitrary
<
A
>
,
secondArbitrary
:
Arbitrary
<
B
>
)
:
Arbitrary
<
Pair
<
A
,
B
>
>
Content copied to clipboard
Function to create an arbitrary for
Pair
.