toggle menu
jqwik-kotlin
1.8.4
jvm
switch theme
search in API
jqwik-kotlin
/
net.jqwik.kotlin.api
/
SubtypeScope
/
provide
provide
inline
fun
<
U
:
T
>
provide
(
noinline
customProvider
:
(
)
->
Arbitrary
<
U
>
)
Registers a custom provider for subtype
U
, instead of default one created by
anyForSubtypeOf
.