Package io.github.unredundant.satisfaketion.mutators

Types

Link copied to clipboard
class CollectionMutator<T : Any>(minLength: Int, maxLength: Int, random: Random) : Mutator<T, List<T>>
Link copied to clipboard
class WeightedNullabilityMutator<T : Any>(weight: Double, random: Random) : Mutator<T, T?>