satisfaketion
0.5.4
0.6.4
0.5.4
0.5.3
satisfaketion-core
/
io.github.unredundant.satisfaketion.core
/
Generator
Generator
fun
interface
Generator
<
R
>
Content copied to clipboard
Functions
Extensions
Inheritors
Functions
generate
Link copied to clipboard
abstract
fun
generate
(
seed
:
Random
)
:
R
Content copied to clipboard
Inheritors
CorrelatedPropertyGenerator
Link copied to clipboard
Extensions
mutate
Link copied to clipboard
fun
<
T
,
TT
>
Generator
<
T
>
.
mutate
(
mut
:
Mutator
<
T
,
TT
>
)
:
Generator
<
TT
>
Content copied to clipboard
Allows for a
Mutator
to be applied directly to a given
Generator