A B C D E F G H I J L M N O P R S T U V W Z _ 
All Classes All Packages

S

Seed - Interface in software.kes.kraftwerk
An immutable seed for a random value generator.
sequence(Iterable<Generator<A>>) - Static method in class software.kes.kraftwerk.Generators
Converts a sequence of Generators to a Generator of sequences.
sequenceNonEmpty(NonEmptyIterable<Generator<A>>) - Static method in class software.kes.kraftwerk.Generators
Converts a non-empty sequence of Generators to a Generator of non-empty sequences.
setNextSeedValue(long) - Method in class software.kes.kraftwerk.core.StandardSeed
 
setNextSeedValue(long) - Method in interface software.kes.kraftwerk.Seed
Creates a Seed of the same underlying implementation, with the provided value for the internal state.
shortBias(ShortRange) - Method in interface software.kes.kraftwerk.bias.BiasSettings
 
shortBias(ShortRange) - Method in class software.kes.kraftwerk.bias.DefaultPropertyTestingBiasSettings
 
shortBias(ShortRange) - Method in class software.kes.kraftwerk.bias.EmptyBiasSettings
 
ShortRange - Class in software.kes.kraftwerk.constraints
A range of shorts.
ShortRange.ShortRangeFrom - Interface in software.kes.kraftwerk.constraints
A partially constructed ShortRange, with the lower bound already provided.
sizeBias(SizeParameters) - Method in interface software.kes.kraftwerk.bias.BiasSettings
 
sizeBias(SizeParameters) - Method in class software.kes.kraftwerk.bias.DefaultPropertyTestingBiasSettings
 
sizeBias(SizeParameters) - Method in class software.kes.kraftwerk.bias.EmptyBiasSettings
 
sized(Fn1<Integer, Generator<A>>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that dynamically creates another Generator depending on a randomly generated size value.
sizedMinimum(int, Fn1<Integer, Generator<A>>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that dynamically creates another Generator depending on a randomly generated size value.
sizeParameters(int, int, int) - Static method in class software.kes.kraftwerk.SizeParameters
Creates a SizeParameters.
sizeParameters(Maybe<Integer>, Maybe<Integer>, Maybe<Integer>) - Static method in class software.kes.kraftwerk.SizeParameters
Creates a SizeParameters.
SizeParameters - Class in software.kes.kraftwerk
Guidelines for choosing sizes.
SMALL_BIG_DECIMAL - Static variable in class software.kes.kraftwerk.bias.DefaultPropertyTestingBiasSettings
 
software.kes.kraftwerk - package software.kes.kraftwerk
 
software.kes.kraftwerk.aggregator - package software.kes.kraftwerk.aggregator
 
software.kes.kraftwerk.bias - package software.kes.kraftwerk.bias
 
software.kes.kraftwerk.choice - package software.kes.kraftwerk.choice
 
software.kes.kraftwerk.constraints - package software.kes.kraftwerk.constraints
 
software.kes.kraftwerk.core - package software.kes.kraftwerk.core
 
software.kes.kraftwerk.domain - package software.kes.kraftwerk.domain
 
software.kes.kraftwerk.frequency - package software.kes.kraftwerk.frequency
 
software.kes.kraftwerk.util - package software.kes.kraftwerk.util
 
software.kes.kraftwerk.weights - package software.kes.kraftwerk.weights
 
StandardSeed - Class in software.kes.kraftwerk.core
A default implementation for Seed.
stream() - Method in class software.kes.kraftwerk.ValueSupply
Creates a Stream from this ValueSupply.
stringAggregator() - Static method in class software.kes.kraftwerk.aggregator.Aggregators
Creates an Aggregator for Strings by concatenating other Strings.
stringAggregator(int) - Static method in class software.kes.kraftwerk.aggregator.Aggregators
Creates an Aggregator for Strings by concatenating other Strings.
stringGeneratorBuilder() - Static method in class software.kes.kraftwerk.Generators
Instantiates a StringGeneratorBuilder.
StringGeneratorBuilder - Class in software.kes.kraftwerk
A builder that facilitates creating Generators for complex Strings.
StringGeneratorBuilder() - Constructor for class software.kes.kraftwerk.StringGeneratorBuilder
 
A B C D E F G H I J L M N O P R S T U V W Z _ 
All Classes All Packages