jqwik-kotlin
Toggle table of contents
1.9.3
jvm
Platform filter
jvm
Switch theme
Search in API
jqwik-kotlin
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
.