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

G

generateAlphaChar() - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields ASCII alphabetic Characters (A-Z, a-z).
generateAlphaLowerChar() - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields ASCII lowercase alphabetic Characters (a-z).
generateAlphaLowerString() - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Strings consisting of ASCII lowercase alphabetic characters.
generateAlphaLowerString(int) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Strings consisting of ASCII lowercase alphabetic characters, and with a specific length.
generateAlphaLowerString(IntRange) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Strings consisting of ASCII lowercase alphabetic characters, and with a length within a specific range.
generateAlphanumericChar() - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields ASCII alphanumeric Characters (A-Z, a-z, 0-9).
generateAlphanumericString() - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Strings consisting of ASCII alphanumeric characters (A-Z, a-z, 0-9).
generateAlphanumericString(int) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Strings consisting of ASCII alphanumeric characters (A-Z, a-z, 0-9), and with a specific length.
generateAlphanumericString(IntRange) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Strings consisting of ASCII alphanumeric characters (A-Z, a-z, 0-9), and with a length within a specific range.
generateAlphaString() - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Strings consisting of ASCII alphabetic characters, both lowercase and uppercase.
generateAlphaString(int) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Strings consisting of ASCII alphabetic characters, both lowercase and uppercase, and with a specific length.
generateAlphaString(IntRange) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Strings consisting of ASCII alphabetic characters, both lowercase and uppercase, and with a length within a specific range.
generateAlphaUpperChar() - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields ASCII uppercase alphabetic Characters (A-Z).
generateAlphaUpperString() - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Strings consisting of ASCII uppercase alphabetic characters.
generateAlphaUpperString(int) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Strings consisting of ASCII uppercase alphabetic characters, and with a specific length.
generateAlphaUpperString(IntRange) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Strings consisting of ASCII uppercase alphabetic characters, and with a length within a specific range.
generateArrayList(Generator<A>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields ArrayLists of various sizes.
generateArrayListOfSize(int, Generator<A>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields ArrayLists of a specific size.
generateArrayListOfSize(IntRange, Generator<A>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields ArrayLists of various sizes, within a specific range.
generateAsciiPrintableChar() - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields ASCII printable Characters.
generateBigDecimal() - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields BigDecimals.
generateBigDecimal(int, BigDecimalRange) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields BigDecimals within a specific range, and with a specific number of decimal places.
generateBigDecimal(BigDecimalRange) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields BigDecimals within a specific range.
generateBigDecimal(Generator<Integer>, BigDecimalRange) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields BigDecimals within a specific range, and with the number of decimal places determined by a specific Generator.
generateBigDecimalRange() - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields BigDecimalRanges.
generateBigDecimalRange(BigDecimalRange) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields BigDecimalRanges, within a specific parent range.
generateBigInteger() - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields BigIntegers.
generateBigInteger(BigIntegerRange) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields BigIntegers within a specific range.
generateBigIntegerRange() - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields BigIntegerRanges.
generateBigIntegerRange(BigIntegerRange) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields BigIntegerRanges, within a specific parent range.
generateBoolean() - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Boolean values.
generateBoolean(BooleanWeights) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Boolean values, with custom probabilities for true and false values.
generateBoxedPrimitive() - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields boxed primitives.
generateByte() - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Bytes within the full range of Bytes (between -128 and 127, inclusive).
generateByte(ByteRange) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Bytes within a specific range.
generateByteArray() - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Byte arrays of varying sizes.
generateByteArray(int) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Byte arrays of varying sizes.
generateByteRange() - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields ByteRanges.
generateByteRange(ByteRange) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields ByteRanges, within a specific parent range.
generateChar() - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Characters within the full range of Characters (between Character.MIN_VALUE and Character.MAX_VALUE, inclusive).
generateChar(CharRange) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Characters within a specific range.
generateChoice(Weighted<? extends Generator<? extends A>>, Weighted<? extends Generator<? extends B>>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Choice2s.
generateChoice(Weighted<? extends Generator<? extends A>>, Weighted<? extends Generator<? extends B>>, Weighted<? extends Generator<? extends C>>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Choice3s.
generateChoice(Weighted<? extends Generator<? extends A>>, Weighted<? extends Generator<? extends B>>, Weighted<? extends Generator<? extends C>>, Weighted<? extends Generator<? extends D>>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Choice4s.
generateChoice(Weighted<? extends Generator<? extends A>>, Weighted<? extends Generator<? extends B>>, Weighted<? extends Generator<? extends C>>, Weighted<? extends Generator<? extends D>>, Weighted<? extends Generator<? extends E>>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Choice5s.
generateChoice(Weighted<? extends Generator<? extends A>>, Weighted<? extends Generator<? extends B>>, Weighted<? extends Generator<? extends C>>, Weighted<? extends Generator<? extends D>>, Weighted<? extends Generator<? extends E>>, Weighted<? extends Generator<? extends F>>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Choice6s.
generateChoice(Weighted<? extends Generator<? extends A>>, Weighted<? extends Generator<? extends B>>, Weighted<? extends Generator<? extends C>>, Weighted<? extends Generator<? extends D>>, Weighted<? extends Generator<? extends E>>, Weighted<? extends Generator<? extends F>>, Weighted<? extends Generator<? extends G>>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Choice7s.
generateChoice(Weighted<? extends Generator<? extends A>>, Weighted<? extends Generator<? extends B>>, Weighted<? extends Generator<? extends C>>, Weighted<? extends Generator<? extends D>>, Weighted<? extends Generator<? extends E>>, Weighted<? extends Generator<? extends F>>, Weighted<? extends Generator<? extends G>>, Weighted<? extends Generator<? extends H>>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Choice8s.
generateCollection(Fn0<C>, int, Generator<A>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Collections of type C by invoking an element Generators a specific number of times, and then aggregating the results.
generateCollection(Fn0<C>, Iterable<Generator<A>>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Collections of type C by invoking a collection of element Generators in sequence, and then aggregating the results.
generateCollection(Fn0<C>, IntRange, Generator<A>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Collections of type C by invoking an element Generators a random number of times (within a specific range), and then aggregating the results.
generateControlChar() - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields ASCII control Characters.
generateDayOfWeek() - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields DayOfWeeks.
generateDouble() - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Doubles within the full range of Doubles (between Double.MIN_VALUE and Double.MAX_VALUE, inclusive).
generateDouble(DoubleRange) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Doubles within a specific range.
generateDoubleFractional() - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Doubles between between 0 (inclusive) and 1 (exclusive).
generateDoubleRange() - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields DoubleRanges.
generateDoubleRange(DoubleRange) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields DoubleRanges, within a specific parent range.
generateDuration() - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Durations.
generateDuration(DurationRange) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Durations with a specific range.
generateDurationRange() - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields DurationRanges.
generateDurationRange(DurationRange) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields DurationRanges, within a specific parent range.
generateEither(Generator<L>, Generator<R>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Eithers, with equal probabilities for returning a left or a right.
generateEither(EitherWeights, Generator<L>, Generator<R>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Eithers, with custom probabilities for returning a left or a right.
generateFalse() - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that, when invoked, always yields false.
generateFloat() - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Floats within the full range of Floats (between Float.MIN_VALUE and Float.MAX_VALUE, inclusive).
generateFloat(FloatRange) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Floats within a specific range.
generateFloatFractional() - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Floats between between 0 (inclusive) and 1 (exclusive).
generateFloatRange() - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields FloatRanges.
generateFloatRange(FloatRange) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields FloatRanges, within a specific parent range.
GenerateFn<A> - Interface in software.kes.kraftwerk
A pure and referentially transparent function that converts a Seed to a Result.
generateFn0(Generator<R>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Fn0s.
generateFn1(Cogenerator<A>, Generator<R>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Fn1s.
generateFn2(Cogenerator<A>, Cogenerator<B>, Generator<R>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields pure Fn2s.
generateFn3(Cogenerator<A>, Cogenerator<B>, Cogenerator<C>, Generator<R>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields pure Fn3s.
generateFn4(Cogenerator<A>, Cogenerator<B>, Cogenerator<C>, Cogenerator<D>, Generator<R>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields pure Fn4s.
generateFn5(Cogenerator<A>, Cogenerator<B>, Cogenerator<C>, Cogenerator<D>, Cogenerator<E>, Generator<R>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields pure Fn5s.
generateFn6(Cogenerator<A>, Cogenerator<B>, Cogenerator<C>, Cogenerator<D>, Cogenerator<E>, Cogenerator<F>, Generator<R>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields pure Fn6s.
generateFn7(Cogenerator<A>, Cogenerator<B>, Cogenerator<C>, Cogenerator<D>, Cogenerator<E>, Cogenerator<F>, Cogenerator<G>, Generator<R>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields pure Fn7s.
generateFn8(Cogenerator<A>, Cogenerator<B>, Cogenerator<C>, Cogenerator<D>, Cogenerator<E>, Cogenerator<F>, Cogenerator<G>, Cogenerator<H>, Generator<R>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields pure Fn8s.
generateFromEnum(Class<A>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that chooses values from an enum.
generateFromMonoid(Monoid<A>, Generator<A>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that builds its results by generating a random number of values (zero or more) and combining them using Monoid.
generateFromSemigroup(Semigroup<A>, Generator<A>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that builds its results by generating a random number of values (one or more) and combining them using Semigroup.
generateGaussian() - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Doubles, which, when accumulated, will result in normal distribution.
generateHashSet(Generator<A>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields HashSets of various sizes.
generateIdentifier() - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Strings that are legal Java identifiers.
generateIdentifier(int) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Strings that are legal Java identifiers of a specific length.
generateIdentifier(IntRange) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Strings that are legal Java identifiers with a length within a specific range.
generateInfiniteIterable(Generator<A>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields infinite Iterables.
generateInt() - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Integers within the full range of Integers (between Integer.MIN_VALUE and Integer.MAX_VALUE, inclusive).
generateInt(IntRange) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Integers within a specific range.
generateIntIndex(int) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Integers that are intended to be used as indices (e.g.
generateIntRange() - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields IntRanges.
generateIntRange(IntRange) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields IntRanges, within a specific parent range.
generateJust(Generator<A>) - Static method in class software.kes.kraftwerk.Generators
Converts a Generator<A> into a Generator<Maybe<A>> that will always yield just.
generateLeft(Generator<L>) - Static method in class software.kes.kraftwerk.Generators
Converts a Generator<L> into a Generator<Either<L, R>> that will always yield left.
generateLocalDate() - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields LocalDates.
generateLocalDate(LocalDateRange) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields LocalDates within a specific range.
generateLocalDateForMonth(YearMonth) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields LocalDates within a specific YearMonth.
generateLocalDateForYear(Year) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields LocalDates within a specific Year.
generateLocalDateRange() - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields LocalDateRanges.
generateLocalDateRange(LocalDateRange) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields LocalDateRanges, within a specific parent range.
generateLocalDateTime() - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields LocalDateTimes.
generateLocalDateTime(LocalDateRange) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields LocalDateTimes within a specific date range.
generateLocalDateTime(LocalDateTimeRange) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields LocalDateTimes within a specific range.
generateLocalDateTimeRange() - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields LocalDateTimeRanges.
generateLocalDateTimeRange(LocalDateRange) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields LocalDateTimeRanges, within a specific parent range.
generateLocalDateTimeRange(LocalDateTimeRange) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields LocalDateTimeRanges, within a specific parent range.
generateLocalTime() - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields LocalTimes.
generateLocalTime(LocalTimeRange) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields LocalTimes within a specific range.
generateLocalTimeRange() - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields LocalTimeRanges.
generateLocalTimeRange(LocalTimeRange) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields LocalTimeRanges, within a specific parent range.
generateLong() - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Longs within the full range of Longs (between Long.MIN_VALUE and Long.MAX_VALUE, inclusive).
generateLong(LongRange) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Longs within a specific range.
generateLongIndex(long) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Longs that are intended to be used as indices (e.g.
generateLongRange() - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields LongRanges.
generateLongRange(LongRange) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields LongRanges, within a specific parent range.
generateMap(Collection<K>, Generator<V>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Maps with a given set of keys.
generateMap(Vector<K>, Generator<V>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Maps with a given set of keys.
generateMap(Generator<K>, Generator<V>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Maps of various sizes.
generateMaybe(Generator<A>) - Static method in class software.kes.kraftwerk.Generators
Converts a Generator<A> into a Generator<Maybe<A>> that most of the time yields a just, but will occasionally yield a nothing.
generateMaybe(MaybeWeights, Generator<A>) - Static method in class software.kes.kraftwerk.Generators
Converts a Generator<A> into a Generator<Maybe<A>>, with custom probabilities for yielding just vs.
generateMonth() - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Months.
generateNFromMonoid(Monoid<A>, Generator<A>, int) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that builds its results by generating a specific number of values and combining them using Monoid.
generateNFromSemigroup(Semigroup<A>, Generator<A>, int) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that builds its results by generating a specific number of values and combining them using Semigroup.
generateNonEmptyArrayList(Generator<A>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields ArrayLists of various sizes, with a minimum size of one.
generateNonEmptyHashSet(Generator<A>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields HashSets of various sizes, with a minimum size of one.
generateNonEmptyMap(Generator<K>, Generator<V>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Maps of various sizes, with a minimum size of one.
generateNonEmptyShuffled(int, Fn1<Integer, A>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields NonEmptyVectors by shuffling the indices from 0..count-1 in random order, and mapping them to a given function.
generateNonEmptyVector(Generator<A>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields ImmutableNonEmptyVectors of various sizes.
generateNonEmptyVectorOfSize(int, Generator<A>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields ImmutableNonEmptyVectors of a specific size.
generateNonEmptyVectorOfSize(IntRange, Generator<A>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields ImmutableNonEmptyVectors of a various sizes, within a specific range.
generateNothing() - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that, when invoked, always yields Maybe.nothing().
generateNull() - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that, when invoked, always yields null of a specific type.
generateNumericChar() - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields ASCII numeric Characters (0-9).
generateOrderedPair(Generator<A>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields ordered pairs of some Comparable type.
generateOrderedSequence(IntRange, ImmutableVector<A>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields ordered sequences.
generateOrderedSequence(Generator<Integer>, ImmutableVector<A>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields ordered sequences.
generateProduct(Generator<A>, Generator<B>, Fn2<A, B, Out>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that is a product of two other Generators.
generateProduct(Generator<A>, Generator<B>, Generator<C>, Fn3<A, B, C, Out>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that is a product of three other Generators.
generateProduct(Generator<A>, Generator<B>, Generator<C>, Generator<D>, Fn4<A, B, C, D, Out>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that is a product of four other Generators.
generateProduct(Generator<A>, Generator<B>, Generator<C>, Generator<D>, Generator<E>, Fn5<A, B, C, D, E, Out>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that is a product of five other Generators.
generateProduct(Generator<A>, Generator<B>, Generator<C>, Generator<D>, Generator<E>, Generator<F>, Fn6<A, B, C, D, E, F, Out>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that is a product of six other Generators.
generateProduct(Generator<A>, Generator<B>, Generator<C>, Generator<D>, Generator<E>, Generator<F>, Generator<G>, Fn7<A, B, C, D, E, F, G, Out>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that is a product of seven other Generators.
generateProduct(Generator<A>, Generator<B>, Generator<C>, Generator<D>, Generator<E>, Generator<F>, Generator<G>, Generator<H>, Fn8<A, B, C, D, E, F, G, H, Out>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that is a product of eight other Generators.
generatePunctuationChar() - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields ASCII punctuation Characters.
generateRight(Generator<R>) - Static method in class software.kes.kraftwerk.Generators
Converts a Generator<L> into a Generator<Either<L, R>> that will always yield right.
generateSeed() - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Seeds.
generateShort() - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Shorts within the full range of Shorts (between -32768 and 32767, inclusive).
generateShort(ShortRange) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Shorts within a specific range.
generateShortRange() - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields ShortRanges.
generateShortRange(ShortRange) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields ShortRanges, within a specific parent range.
generateShuffled(int) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Vectors that contain the integers from 0..count-1 in random order.
generateShuffled(int, Fn1<Integer, A>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Vectors by shuffling the indices from 0..count-1 in random order, and mapping them to a given function.
generateShuffled(A[]) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Vectors by randomly shuffling the order of the elements in the input.
generateShuffled(Collection<A>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Vectors by randomly shuffling the order of the elements in the input.
generateShuffled(NonEmptyVector<A>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields NonEmptyVectors by randomly shuffling the order of the elements in the input.
generateShuffled(Vector<A>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Vectors by randomly shuffling the order of the elements in the input.
generateShuffled(FiniteIterable<A>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Vectors by randomly shuffling the order of the elements in the input.
generateShuffled(NonEmptyFiniteIterable<A>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields NonEmptyVectors by randomly shuffling the order of the elements in the input.
generateSize() - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields sizes, generally used to determine sizes of collections.
generateSize(IntRange) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields sizes within a specific range, generally used to determine sizes of collections.
generateString() - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Strings of printable ASCII characters, with varying lengths.
generateString(int, Generator<String>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Strings by invoking another Generator a specific number of times, and concatenating the results.
generateString(IntRange, Generator<String>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Strings by invoking another Generator a random number of times within a specific range, and concatenating the results.
generateString(Generator<String>, Generator<String>...) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Strings by invoking one or more Generator<String>s in order and concatenating the result.
generateStringFromCharacters(int, NonEmptyVector<Character>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Strings by choosing from a collection of Characters a specific number of times, and concatenating the results.
generateStringFromCharacters(int, Generator<Character>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Strings by invoking a Generator<Character> a specific number of times, and concatenating the results.
generateStringFromCharacters(NonEmptyVector<Character>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Strings by choosing from a collection of Characters a varying number of times, and concatenating the results.
generateStringFromCharacters(IntRange, NonEmptyVector<Character>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Strings by choosing from a collection of Characters a varying number of times within a specific range, and concatenating the results.
generateStringFromCharacters(IntRange, Generator<Character>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Strings by invoking a Generator<Character> a varying number of times within a specific range, and concatenating the results.
generateStringFromCharacters(Generator<Character>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Strings by invoking a Generator<Character> a varying number of times, and concatenating the results.
generateThese(Generator<A>, Generator<B>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Theses, with equal probabilities for returning a value from generatorA, generatorB, or a combination of both.
generateThese(TernaryWeights, Generator<A>, Generator<B>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Theses, with custom probabilities for returning a value from generatorA, generatorB, or a combination of both.
generateTrue() - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that, when invoked, always yields true.
generateTuple(Generator<A>, Generator<B>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Tuple2s by combining the outputs of two other Generators.
generateTuple(Generator<A>, Generator<B>, Generator<C>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Tuple3s by combining the outputs of three other Generators.
generateTuple(Generator<A>, Generator<B>, Generator<C>, Generator<D>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Tuple4s by combining the outputs of four other Generators.
generateTuple(Generator<A>, Generator<B>, Generator<C>, Generator<D>, Generator<E>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Tuple5s by combining the outputs of five other Generators.
generateTuple(Generator<A>, Generator<B>, Generator<C>, Generator<D>, Generator<E>, Generator<F>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Tuple6s by combining the outputs of six other Generators.
generateTuple(Generator<A>, Generator<B>, Generator<C>, Generator<D>, Generator<E>, Generator<F>, Generator<G>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Tuple7s by combining the outputs of seven other Generators.
generateTuple(Generator<A>, Generator<B>, Generator<C>, Generator<D>, Generator<E>, Generator<F>, Generator<G>, Generator<H>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields Tuple8s by combining the outputs of eight other Generators.
generateUnit() - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that, when invoked, always yields Unit.UNIT.
generateUUID() - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields version 4 UUIDs.
generateVector(Generator<A>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields ImmutableVectors of various sizes.
generateVectorOfSize(int, Generator<A>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields ImmutableVectors of a specific size.
generateVectorOfSize(IntRange, Generator<A>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that yields ImmutableVectors of a various sizes, within a specific range.
generateWithNulls(Generator<A>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that mixes occasional null values into the output of an existing Generator.
generateWithNulls(NullWeights, Generator<A>) - Static method in class software.kes.kraftwerk.Generators
Creates a Generator that mixes occasional null values into the output of an existing Generator, with a specific probability for null.
Generator<A> - Interface in software.kes.kraftwerk
A strategy for generating random values of type A.
generatorParameters() - Static method in interface software.kes.kraftwerk.GeneratorParameters
Creates a GeneratorParameters with default settings.
GeneratorParameters - Interface in software.kes.kraftwerk
A set of parameters that can be interpreted by a Generator to affect its strategy for generating values.
Generators - Class in software.kes.kraftwerk
A collection of built-in generators
getApplicationData() - Method in interface software.kes.kraftwerk.Generator
Returns the application-specific opaque object associated with this Generator, if any.
getBiasSettings() - Method in interface software.kes.kraftwerk.GeneratorParameters
 
getFalseWeight() - Method in class software.kes.kraftwerk.weights.BooleanWeights
 
getJustWeight() - Method in class software.kes.kraftwerk.weights.MaybeWeights
 
getLabel() - Method in interface software.kes.kraftwerk.Generator
Returns an optional label used in diagnostics.
getLeftWeight() - Method in class software.kes.kraftwerk.weights.EitherWeights
 
getMaxSize() - Method in class software.kes.kraftwerk.SizeParameters
 
getMinSize() - Method in class software.kes.kraftwerk.SizeParameters
 
getNextState() - Method in class software.kes.kraftwerk.Result
 
getNonNullWeight() - Method in class software.kes.kraftwerk.weights.NullWeights
 
getNothingWeight() - Method in class software.kes.kraftwerk.weights.MaybeWeights
 
getNullWeight() - Method in class software.kes.kraftwerk.weights.NullWeights
 
getPreferredSize() - Method in class software.kes.kraftwerk.SizeParameters
 
getRightWeight() - Method in class software.kes.kraftwerk.weights.EitherWeights
 
getSeedValue() - Method in class software.kes.kraftwerk.core.StandardSeed
 
getSeedValue() - Method in interface software.kes.kraftwerk.Seed
Gets the internal state value of this Seed.
getSizeParameters() - Method in interface software.kes.kraftwerk.GeneratorParameters
 
getSpecialValues() - Method in class software.kes.kraftwerk.bias.BiasSetting.InjectSpecialValues
 
getTotalWeight() - Method in class software.kes.kraftwerk.weights.BinaryWeights
 
getTotalWeight() - Method in class software.kes.kraftwerk.weights.TernaryWeights
 
getTrueWeight() - Method in class software.kes.kraftwerk.weights.BooleanWeights
 
getValue() - Method in class software.kes.kraftwerk.Result
 
getValue() - Method in class software.kes.kraftwerk.Weighted
 
getWeight() - Method in class software.kes.kraftwerk.Weighted
 
getWeightA() - Method in class software.kes.kraftwerk.weights.BinaryWeights
 
getWeightA() - Method in class software.kes.kraftwerk.weights.TernaryWeights
 
getWeightB() - Method in class software.kes.kraftwerk.weights.BinaryWeights
 
getWeightB() - Method in class software.kes.kraftwerk.weights.TernaryWeights
 
getWeightC() - Method in class software.kes.kraftwerk.weights.TernaryWeights
 
getWeights() - Method in class software.kes.kraftwerk.weights.BooleanWeights
 
getWeights() - Method in class software.kes.kraftwerk.weights.EitherWeights
 
getWeights() - Method in class software.kes.kraftwerk.weights.MaybeWeights
 
getWeights() - Method in class software.kes.kraftwerk.weights.NullWeights
 
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