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
F
- falses(int) - Static method in class software.kes.kraftwerk.weights.BooleanWeights
-
Partially constructs a
BooleanWeightswith thefalseweight. - flatMap(Fn1<? super A, ? extends Monad<B, Generator<?>>>) - Method in interface software.kes.kraftwerk.Generator
-
Creates a new
Generatorthat, when invoked, feeds the output of thisGeneratorto a function that returns anotherGenerator, 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
Generatorwith 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
Generatorby mapping the output of thisGenerator. - fmap(Fn1<? super A, ? extends B>) - Method in class software.kes.kraftwerk.Result
-
Returns a new
Resultthat 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
Generatorthat chooses its values from aFrequencyMap. - 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
ByteRangewith its lower bound. - from(char) - Static method in class software.kes.kraftwerk.constraints.CharRange
-
Partially constructs a
CharRangewith its lower bound. - from(double) - Static method in class software.kes.kraftwerk.constraints.DoubleRange
-
Partially constructs a
DoubleRangewith its lower bound. - from(float) - Static method in class software.kes.kraftwerk.constraints.FloatRange
-
Partially constructs a
FloatRangewith its lower bound. - from(int) - Static method in class software.kes.kraftwerk.constraints.IntRange
-
Partially constructs an
IntRangewith its lower bound. - from(long) - Static method in class software.kes.kraftwerk.constraints.LongRange
-
Partially constructs a
LongRangewith its lower bound. - from(short) - Static method in class software.kes.kraftwerk.constraints.ShortRange
-
Partially constructs a
ShortRangewith its lower bound. - from(BigDecimal) - Static method in class software.kes.kraftwerk.constraints.BigDecimalRange
-
Partially constructs a
BigDecimalRangewith its lower bound. - from(BigInteger) - Static method in class software.kes.kraftwerk.constraints.BigIntegerRange
-
Partially constructs a
BigIntegerRangewith its lower bound. - from(Duration) - Static method in class software.kes.kraftwerk.constraints.DurationRange
-
Partially constructs a
DurationRangewith its lower bound. - from(LocalDate) - Static method in class software.kes.kraftwerk.constraints.LocalDateRange
-
Partially constructs a
LocalDateRangewith its lower bound. - from(LocalDateTime) - Static method in class software.kes.kraftwerk.constraints.LocalDateTimeRange
-
Partially constructs a
LocalDateTimeRangewith its lower bound. - from(LocalTime) - Static method in class software.kes.kraftwerk.constraints.LocalTimeRange
-
Partially constructs a
LocalTimeRangewith its lower bound. - fromExclusive(double) - Static method in class software.kes.kraftwerk.constraints.DoubleRange
-
Partially constructs a
DoubleRangewith its lower bound. - fromExclusive(float) - Static method in class software.kes.kraftwerk.constraints.FloatRange
-
Partially constructs a
FloatRangewith its lower bound. - fromExclusive(BigDecimal) - Static method in class software.kes.kraftwerk.constraints.BigDecimalRange
-
Partially constructs a
BigDecimalRangewith its lower bound. - fullRange() - Static method in class software.kes.kraftwerk.constraints.ByteRange
-
Creates a
ByteRangethat includes all possiblebytes (Byte.MIN_VALUE..Byte.MAX_VALUE). - fullRange() - Static method in class software.kes.kraftwerk.constraints.CharRange
-
Creates a
CharRangethat includes all possiblechars (Character.MIN_VALUE..Character.MAX_VALUE). - fullRange() - Static method in class software.kes.kraftwerk.constraints.IntRange
-
Creates an
IntRangethat includes all possibleints (Integer.MIN_VALUE..Integer.MAX_VALUE). - fullRange() - Static method in class software.kes.kraftwerk.constraints.LocalTimeRange
-
Creates a
LocalTimeRangethat includes all possibleLocalTimes (LocalTime.MIN..LocalTime.MAX). - fullRange() - Static method in class software.kes.kraftwerk.constraints.LongRange
-
Creates a
LongRangethat includes all possiblelongs (Long.MIN_VALUE..Long.MAX_VALUE). - fullRange() - Static method in class software.kes.kraftwerk.constraints.ShortRange
-
Creates a
ShortRangethat includes all possibleshorts (Short.MIN_VALUE..Short.MAX_VALUE).
All Classes All Packages