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

F

falses(int) - Static method in class software.kes.kraftwerk.weights.BooleanWeights
Partially constructs a BooleanWeights with the false weight.
flatMap(Fn1<? super A, ? extends Monad<B, Generator<?>>>) - Method in interface software.kes.kraftwerk.Generator
Creates a new Generator that, when invoked, feeds the output of this Generator to a function that returns another Generator, and invokes that.
floatBias(FloatRange) - Method in interface software.kes.kraftwerk.bias.BiasSettings
 
floatBias(FloatRange) - Method in class software.kes.kraftwerk.bias.DefaultPropertyTestingBiasSettings
 
floatBias(FloatRange) - Method in class software.kes.kraftwerk.bias.EmptyBiasSettings
 
FloatingPointGenerator<A> - Interface in software.kes.kraftwerk
A Generator with additional methods for specifying floating point behaviors.
floatRange(float, boolean, float, boolean) - Static method in class software.kes.kraftwerk.constraints.FloatRange
Creates a FloatRange.
FloatRange - Class in software.kes.kraftwerk.constraints
A range of floats.
FloatRange.FloatRangeFrom - Interface in software.kes.kraftwerk.constraints
A partially constructed FloatRange, with the lower bound already provided.
fmap(Fn1<? super A, ? extends B>) - Method in interface software.kes.kraftwerk.frequency.FrequencyMap
 
fmap(Fn1<? super A, ? extends B>) - Method in interface software.kes.kraftwerk.Generator
Creates a new Generator by mapping the output of this Generator.
fmap(Fn1<? super A, ? extends B>) - Method in class software.kes.kraftwerk.Result
Returns a new Result that is the same as this one, with the result value transformed by a function.
fmap(Fn1<? super A, ? extends B>) - Method in class software.kes.kraftwerk.Weighted
 
frequency(FrequencyMap<A>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that chooses its values from a FrequencyMap.
frequencyMap() - Static method in interface software.kes.kraftwerk.frequency.FrequencyMap
Creates an empty FrequencyMap.
frequencyMap(Generator<? extends A>) - Static method in interface software.kes.kraftwerk.frequency.FrequencyMap
Creates a FrequencyMap.
frequencyMap(Weighted<? extends Generator<? extends A>>) - Static method in interface software.kes.kraftwerk.frequency.FrequencyMap
Creates a FrequencyMap.
FrequencyMap<A> - Interface in software.kes.kraftwerk.frequency
A strategy for randomly choosing between one or more Generators (or values) of a specific type, with a custom set of probabilities.
frequencyMapFirstValue(A) - Static method in interface software.kes.kraftwerk.frequency.FrequencyMap
Creates a FrequencyMap.
frequencyMapFirstValue(Weighted<? extends A>) - Static method in interface software.kes.kraftwerk.frequency.FrequencyMap
Creates a FrequencyMap.
from(byte) - Static method in class software.kes.kraftwerk.constraints.ByteRange
Partially constructs a ByteRange with its lower bound.
from(char) - Static method in class software.kes.kraftwerk.constraints.CharRange
Partially constructs a CharRange with its lower bound.
from(double) - Static method in class software.kes.kraftwerk.constraints.DoubleRange
Partially constructs a DoubleRange with its lower bound.
from(float) - Static method in class software.kes.kraftwerk.constraints.FloatRange
Partially constructs a FloatRange with its lower bound.
from(int) - Static method in class software.kes.kraftwerk.constraints.IntRange
Partially constructs an IntRange with its lower bound.
from(long) - Static method in class software.kes.kraftwerk.constraints.LongRange
Partially constructs a LongRange with its lower bound.
from(short) - Static method in class software.kes.kraftwerk.constraints.ShortRange
Partially constructs a ShortRange with its lower bound.
from(BigDecimal) - Static method in class software.kes.kraftwerk.constraints.BigDecimalRange
Partially constructs a BigDecimalRange with its lower bound.
from(BigInteger) - Static method in class software.kes.kraftwerk.constraints.BigIntegerRange
Partially constructs a BigIntegerRange with its lower bound.
from(Duration) - Static method in class software.kes.kraftwerk.constraints.DurationRange
Partially constructs a DurationRange with its lower bound.
from(LocalDate) - Static method in class software.kes.kraftwerk.constraints.LocalDateRange
Partially constructs a LocalDateRange with its lower bound.
from(LocalDateTime) - Static method in class software.kes.kraftwerk.constraints.LocalDateTimeRange
Partially constructs a LocalDateTimeRange with its lower bound.
from(LocalTime) - Static method in class software.kes.kraftwerk.constraints.LocalTimeRange
Partially constructs a LocalTimeRange with its lower bound.
fromExclusive(double) - Static method in class software.kes.kraftwerk.constraints.DoubleRange
Partially constructs a DoubleRange with its lower bound.
fromExclusive(float) - Static method in class software.kes.kraftwerk.constraints.FloatRange
Partially constructs a FloatRange with its lower bound.
fromExclusive(BigDecimal) - Static method in class software.kes.kraftwerk.constraints.BigDecimalRange
Partially constructs a BigDecimalRange with its lower bound.
fullRange() - Static method in class software.kes.kraftwerk.constraints.ByteRange
Creates a ByteRange that includes all possible bytes (Byte.MIN_VALUE..Byte.MAX_VALUE).
fullRange() - Static method in class software.kes.kraftwerk.constraints.CharRange
Creates a CharRange that includes all possible chars (Character.MIN_VALUE..Character.MAX_VALUE).
fullRange() - Static method in class software.kes.kraftwerk.constraints.IntRange
Creates an IntRange that includes all possible ints (Integer.MIN_VALUE..Integer.MAX_VALUE).
fullRange() - Static method in class software.kes.kraftwerk.constraints.LocalTimeRange
Creates a LocalTimeRange that includes all possible LocalTimes (LocalTime.MIN..LocalTime.MAX).
fullRange() - Static method in class software.kes.kraftwerk.constraints.LongRange
Creates a LongRange that includes all possible longs (Long.MIN_VALUE..Long.MAX_VALUE).
fullRange() - Static method in class software.kes.kraftwerk.constraints.ShortRange
Creates a ShortRange that includes all possible shorts (Short.MIN_VALUE..Short.MAX_VALUE).
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