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
All Classes All Packages
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
Generator
s to aGenerator
of sequences. - sequenceNonEmpty(NonEmptyIterable<Generator<A>>) - Static method in class software.kes.kraftwerk.Generators
-
Converts a non-empty sequence of
Generator
s to aGenerator
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
short
s. - 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 anotherGenerator
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 anotherGenerator
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 thisValueSupply
. - stringAggregator() - Static method in class software.kes.kraftwerk.aggregator.Aggregators
- stringAggregator(int) - Static method in class software.kes.kraftwerk.aggregator.Aggregators
- stringGeneratorBuilder() - Static method in class software.kes.kraftwerk.Generators
-
Instantiates a
StringGeneratorBuilder
. - StringGeneratorBuilder - Class in software.kes.kraftwerk
-
A builder that facilitates creating
Generator
s for complexString
s. - StringGeneratorBuilder() - Constructor for class software.kes.kraftwerk.StringGeneratorBuilder
All Classes All Packages