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
BooleanWeights
with thefalse
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 thisGenerator
to 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
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
float
s. - 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 thisGenerator
. - 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 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
Generator
s (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 possiblebyte
s (Byte.MIN_VALUE
..Byte.MAX_VALUE
). - fullRange() - Static method in class software.kes.kraftwerk.constraints.CharRange
-
Creates a
CharRange
that includes all possiblechar
s (Character.MIN_VALUE
..Character.MAX_VALUE
). - fullRange() - Static method in class software.kes.kraftwerk.constraints.IntRange
-
Creates an
IntRange
that includes all possibleint
s (Integer.MIN_VALUE
..Integer.MAX_VALUE
). - fullRange() - Static method in class software.kes.kraftwerk.constraints.LocalTimeRange
-
Creates a
LocalTimeRange
that includes all possibleLocalTime
s (LocalTime.MIN
..LocalTime.MAX
). - fullRange() - Static method in class software.kes.kraftwerk.constraints.LongRange
-
Creates a
LongRange
that includes all possiblelong
s (Long.MIN_VALUE
..Long.MAX_VALUE
). - fullRange() - Static method in class software.kes.kraftwerk.constraints.ShortRange
-
Creates a
ShortRange
that includes all possibleshort
s (Short.MIN_VALUE
..Short.MAX_VALUE
).
All Classes All Packages