satisfaketion
0.6.4
0.6.4
0.5.4
0.5.3
common
satisfaketion-core-mpp
/
io.github.unredundant.satisfaketion.core
/
Generator
Generator
common
fun
interface
Generator
<
R
>
Content copied to clipboard
Functions
Extensions
Functions
generate
Link copied to clipboard
common
abstract
fun
generate
(
seed
:
Random
)
:
R
Content copied to clipboard
Extensions
mutate
Link copied to clipboard
common
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