toggle menu
Moove Documentation
androidJvm
switch theme
search in API
shared
/
com.moove.shared
Package-level
declarations
Functions
Properties
Properties
faker
Link copied to clipboard
val
faker
:
Faker
Functions
random
Link copied to clipboard
fun
<
E
>
Array
<
E
>
.
random
(
)
:
E
random
List
Of
Link copied to clipboard
fun
<
T
>
randomListOf
(
minListElements
:
Int
=
2
,
maxListElements
:
Int
=
20
,
elementGenerationBlock
:
(
)
->
T
)
:
List
<
T
>
random
Nullable
Of
Link copied to clipboard
fun
<
T
>
randomNullableOf
(
nullableValueGenerationBlock
:
(
)
->
T
)
:
T
?