toggle menu
jqwik-kotlin
1.8.1
jvm
switch theme
search in API
jqwik-kotlin
/
net.jqwik.kotlin.api
/
CombinatorScope
Combinator
Scope
@
API
(
status
=
API.Status.EXPERIMENTAL
,
since
=
"1.8.0"
)
class
CombinatorScope
Members
Functions
combine
As
Link copied to clipboard
fun
<
R
>
combineAs
(
creator
:
(
)
->
R
)
:
Combined
<
R
>
filter
Link copied to clipboard
fun
filter
(
filter
:
(
)
->
Boolean
)
flat
Combine
As
Link copied to clipboard
fun
<
R
>
flatCombineAs
(
creator
:
(
)
->
Arbitrary
<
R
>
)
:
Combined
<
R
>
provide
Delegate
Link copied to clipboard
operator
fun
<
T
>
Arbitrary
<
T
>
.
provideDelegate
(
thisRef
:
Nothing
?
,
property
:
KProperty
<
*
>
)
:
ArbitraryProperty
<
T
>