- c(String) - Method in interface org.cthul.fixsure.factory.ValueGenerator.ValueMap
-
- cache() - Static method in class org.cthul.fixsure.fetchers.Fetchers
-
- cacheConsumers(FlGenerator<?>) - Static method in class org.cthul.fixsure.generators.GeneratorTools
-
- cached() - Method in interface org.cthul.fixsure.fluents.FlDataSource
-
- cached() - Method in interface org.cthul.fixsure.fluents.FlGenerator
-
- Cardinality - Interface in org.cthul.fixsure
-
Describes how and how many values should be fetched from a
Generator.
- cardinality(DataSource<Integer>) - Static method in class org.cthul.fixsure.fetchers.Fetchers
-
- Cardinality.Fetcher - Interface in org.cthul.fixsure
-
Retrieves elements from a generator.
- characters() - Static method in class org.cthul.fixsure.Fixsure
-
Generates random characters from space (' ' to tilde ('~').
- characters(String) - Static method in class org.cthul.fixsure.Fixsure
-
Generates random characters from a string.
- characters(String, Distribution) - Static method in class org.cthul.fixsure.Fixsure
-
Generates random characters from a string.
- characters(char, char) - Static method in class org.cthul.fixsure.Fixsure
-
Generates random characters with in the given range, inclusive.
- characters(char, char, Distribution) - Static method in class org.cthul.fixsure.Fixsure
-
Generates random characters with in the given range, inclusive.
- characters() - Static method in class org.cthul.fixsure.generators.primitives.CharactersGenerator
-
Generates random characters from space (' ' to tilde ('~').
- characters(String) - Static method in class org.cthul.fixsure.generators.primitives.CharactersGenerator
-
Generates random characters from a string.
- characters(String, Distribution) - Static method in class org.cthul.fixsure.generators.primitives.CharactersGenerator
-
Generates random characters from a string.
- characters(char, char) - Static method in class org.cthul.fixsure.generators.primitives.CharactersGenerator
-
Generates random characters with in the given range, inclusive.
- characters(char, char, Distribution) - Static method in class org.cthul.fixsure.generators.primitives.CharactersGenerator
-
Generates random characters with in the given range, inclusive.
- characters(DataSource<Integer>) - Static method in class org.cthul.fixsure.generators.primitives.CharactersGenerator
-
Converts integers to characters
- CharactersGenerator - Class in org.cthul.fixsure.generators.primitives
-
Generates random characters.
- CharactersGenerator(int) - Constructor for class org.cthul.fixsure.generators.primitives.CharactersGenerator
-
- CharactersGenerator(DataSource<Integer>) - Constructor for class org.cthul.fixsure.generators.primitives.CharactersGenerator
-
- CharactersGenerator(int, Distribution, long) - Constructor for class org.cthul.fixsure.generators.primitives.CharactersGenerator
-
- CharactersGenerator(CharactersGenerator) - Constructor for class org.cthul.fixsure.generators.primitives.CharactersGenerator
-
- CharactersGenerator.FromString - Class in org.cthul.fixsure.generators.primitives
-
- CharactersGenerator.InRange - Class in org.cthul.fixsure.generators.primitives
-
- classSeed() - Method in class org.cthul.fixsure.generators.GeneratorWithScalar
-
- clear() - Method in class org.cthul.fixsure.factory.DefaultFactory.VM
-
- commonTypeOf(Object...) - Static method in class org.cthul.fixsure.generators.GeneratorTools
-
- computeValue(String) - Method in class org.cthul.fixsure.factory.DefaultFactory.VM
-
- consecutiveIntegers() - Static method in class org.cthul.fixsure.Fixsure
-
Generates consecutive integers.
- consecutiveIntegers(int) - Static method in class org.cthul.fixsure.Fixsure
-
Generates consecutive integers.
- consecutiveIntegers(int, int) - Static method in class org.cthul.fixsure.Fixsure
-
Generates consecutive integers.
- consecutiveIntegers(int, int, int) - Static method in class org.cthul.fixsure.Fixsure
-
Generates consecutive integers.
- consecutiveIntegers() - Static method in class org.cthul.fixsure.generators.primitives.ConsecutiveIntegersSequence
-
Generates consecutive integers.
- consecutiveIntegers(int) - Static method in class org.cthul.fixsure.generators.primitives.ConsecutiveIntegersSequence
-
Generates consecutive integers.
- consecutiveIntegers(int, int) - Static method in class org.cthul.fixsure.generators.primitives.ConsecutiveIntegersSequence
-
Generates consecutive integers.
- consecutiveIntegers(int, int, int) - Static method in class org.cthul.fixsure.generators.primitives.ConsecutiveIntegersSequence
-
Generates consecutive integers.
- ConsecutiveIntegersSequence - Class in org.cthul.fixsure.generators.primitives
-
Generates consecutive integers.
- ConsecutiveIntegersSequence() - Constructor for class org.cthul.fixsure.generators.primitives.ConsecutiveIntegersSequence
-
- ConsecutiveIntegersSequence(int) - Constructor for class org.cthul.fixsure.generators.primitives.ConsecutiveIntegersSequence
-
- ConsecutiveIntegersSequence(int, int) - Constructor for class org.cthul.fixsure.generators.primitives.ConsecutiveIntegersSequence
-
- ConsecutiveIntegersSequence(int, int, int) - Constructor for class org.cthul.fixsure.generators.primitives.ConsecutiveIntegersSequence
-
- ConsecutiveIntegersSequence(ConsecutiveIntegersSequence) - Constructor for class org.cthul.fixsure.generators.primitives.ConsecutiveIntegersSequence
-
- constant(T) - Static method in interface org.cthul.fixsure.factory.ValueGenerator
-
- constant(T) - Static method in interface org.cthul.fixsure.factory.ValueSource
-
- constant(T) - Static method in class org.cthul.fixsure.Fixsure
-
Creates an unbounded sequence of only one value.
- constant(Supplier<? extends T>) - Static method in class org.cthul.fixsure.Fixsure
-
- constant(T) - Static method in class org.cthul.fixsure.generators.value.ConstantValue
-
Creates an unbounded sequence of only one value.
- constant(Supplier<? extends T>) - Static method in class org.cthul.fixsure.generators.value.ConstantValue
-
- ConstantValue<T> - Class in org.cthul.fixsure.generators.value
-
- ConstantValue(T) - Constructor for class org.cthul.fixsure.generators.value.ConstantValue
-
- Consumers(long) - Constructor for class org.cthul.fixsure.generators.GeneratorTools.Consumers
-
- copy() - Method in interface org.cthul.fixsure.Distribution.RandomNumbers
-
Optional operation.
- copy(ValueSource.FactoryMap) - Method in class org.cthul.fixsure.factory.DefaultFactory
-
- copy() - Method in interface org.cthul.fixsure.fluents.FlDistribution.FlRandom
-
- copy() - Method in class org.cthul.fixsure.generators.composite.DistinctGenerator
-
- copy() - Method in class org.cthul.fixsure.generators.composite.FilteringGenerator
-
- copy() - Method in class org.cthul.fixsure.generators.composite.FlatMappingGenerator
-
- copy() - Method in class org.cthul.fixsure.generators.composite.GeneratorQueue
-
- copy() - Method in class org.cthul.fixsure.generators.composite.GeneratorQueue.Fetch
-
- copy() - Method in class org.cthul.fixsure.generators.composite.MappingGenerator
-
- copy() - Method in class org.cthul.fixsure.generators.composite.MergingGenerator
-
- copy() - Method in class org.cthul.fixsure.generators.composite.MixingGenerator
-
- copy() - Method in class org.cthul.fixsure.generators.composite.RandomizedSequenceGenerator
-
- copy() - Method in class org.cthul.fixsure.generators.composite.RepeatingGenerator
-
- copy() - Method in class org.cthul.fixsure.generators.composite.RoundRobinGenerator
-
- copy() - Method in class org.cthul.fixsure.generators.composite.ShuffledSequenceGenerator
-
- copy() - Method in class org.cthul.fixsure.generators.composite.ShufflingGenerator
-
- copy() - Method in interface org.cthul.fixsure.generators.CopyableGenerator
-
- copy() - Method in class org.cthul.fixsure.generators.primitives.BooleansGenerator
-
- copy() - Method in class org.cthul.fixsure.generators.primitives.CharactersGenerator.FromString
-
- copy() - Method in class org.cthul.fixsure.generators.primitives.CharactersGenerator.InRange
-
- copy() - Method in class org.cthul.fixsure.generators.primitives.DoublesGenerator
-
- copy() - Method in class org.cthul.fixsure.generators.primitives.RandomIntegersGenerator
-
- copy() - Method in class org.cthul.fixsure.generators.primitives.StringsGenerator
-
- copy() - Method in class org.cthul.fixsure.generators.value.PermutationsGenerator
-
- copy() - Method in class org.cthul.fixsure.values.LazyValues.Fetch
-
- CopyableGenerator<T> - Interface in org.cthul.fixsure.generators
-
- copyGenerator(Object) - Static method in class org.cthul.fixsure.generators.GeneratorTools
-
- create() - Method in class org.cthul.fixsure.factory.DefaultFactory
-
- create(Typed<T>) - Method in interface org.cthul.fixsure.factory.Factories
-
- create(Typed<T>, Object...) - Method in interface org.cthul.fixsure.factory.Factories
-
- create(Class<T>) - Method in interface org.cthul.fixsure.factory.Factories
-
- create(Class<T>, Object...) - Method in interface org.cthul.fixsure.factory.Factories
-
- create(String) - Method in interface org.cthul.fixsure.factory.Factories
-
- create(String, Object...) - Method in interface org.cthul.fixsure.factory.Factories
-
- create() - Method in interface org.cthul.fixsure.factory.Factory
-
- create(Object...) - Method in interface org.cthul.fixsure.factory.Factory
-
- NEGATIVE_INDICES - Static variable in interface org.cthul.fixsure.SequenceLength
-
- negativeIndices() - Method in class org.cthul.fixsure.generators.BoundedSequence
-
- negativeIndices() - Method in interface org.cthul.fixsure.SequenceLength
-
Indicates whether negative indices are accepted.
- nestedSet(String, B) - Method in class org.cthul.fixsure.factory.FactoryBase
-
- newBiGenerator() - Method in interface org.cthul.fixsure.fluents.BiSequence
-
- newBiGenerator() - Method in interface org.cthul.fixsure.fluents.BiTemplate
-
- newFactoriesSetup() - Static method in class org.cthul.fixsure.factory.DefaultFactories
-
- newFactoriesSetup() - Static method in class org.cthul.fixsure.Fixsure
-
- newFactory(String, Class<T>) - Method in class org.cthul.fixsure.factory.DefaultFactories.Setup
-
- newFactory(String, Class<T>) - Method in interface org.cthul.fixsure.factory.FactoriesSetup.FactorySetup
-
- newFactory(String, Class<T>) - Method in interface org.cthul.fixsure.factory.FactoriesSetup
-
Builds a new factory for instances of clazz
- newFactory(Class<T>) - Method in interface org.cthul.fixsure.factory.FactoriesSetup
-
Builds a new factory for instances of clazz
- newFactory(Typed<T>, Class<T>) - Method in interface org.cthul.fixsure.factory.FactoriesSetup
-
Builds a new factory for instances of clazz
- newFactory(Typed<T>) - Method in interface org.cthul.fixsure.factory.FactoriesSetup
-
Builds a new factory for instances of clazz
- newFactory(String) - Method in interface org.cthul.fixsure.factory.FactoriesSetup
-
- newGenerator(String) - Method in class org.cthul.fixsure.factory.DefaultFactories
-
- newGenerator(String) - Method in class org.cthul.fixsure.factory.FactoryBase
-
- newGenerator() - Method in interface org.cthul.fixsure.fluents.FlSequence
-
- newGenerator() - Method in interface org.cthul.fixsure.fluents.FlTemplate
-
- newGenerator() - Method in class org.cthul.fixsure.generators.primitives.RandomIntegersGenerator.Template
-
- newGenerator() - Method in class org.cthul.fixsure.generators.value.ConstantValue
-
- newGenerator() - Method in class org.cthul.fixsure.generators.value.ItemsSequence.FromCollection
-
- newGenerator() - Method in interface org.cthul.fixsure.Sequence
-
- newGenerator() - Method in interface org.cthul.fixsure.Template
-
Creates a generator.
- NewInstance(Class<T>) - Constructor for class org.cthul.fixsure.factory.DefaultNewFactory.NewInstance
-
- newRandom(long) - Method in class org.cthul.fixsure.distributions.AbstractDistribution
-
- newRandom(long) - Method in class org.cthul.fixsure.distributions.GaussianDistribution
-
- newRandom(long) - Method in class org.cthul.fixsure.distributions.UniformDistribution
-
- newValues(int, DataSource<? extends T>) - Method in class org.cthul.fixsure.fetchers.AbstractFetcher
-
- newValues(int, DataSource<? extends T>) - Method in class org.cthul.fixsure.fetchers.EagerFetcher
-
- newValues(int, DataSource<? extends T>) - Method in class org.cthul.fixsure.fetchers.LazyFetcher
-
- next() - Method in interface org.cthul.fixsure.Cardinality.Fetcher
-
- next() - Method in interface org.cthul.fixsure.Distribution.RandomNumbers
-
- next() - Method in class org.cthul.fixsure.factory.DefaultFactory
-
- next(ValueGenerator.ValueMap) - Method in class org.cthul.fixsure.factory.DefaultFactory
-
- next(String) - Method in interface org.cthul.fixsure.factory.Factories
-
- next(Typed<T>) - Method in interface org.cthul.fixsure.factory.Factories
-
- next() - Method in interface org.cthul.fixsure.factory.Factory
-
- next(ValueGenerator.ValueMap) - Method in class org.cthul.fixsure.factory.ValueGenerator.G2VG
-
- next(ValueGenerator.ValueMap) - Method in interface org.cthul.fixsure.factory.ValueGenerator
-
- next(ValueGenerator.ValueMap, Function<ValueGenerator.ValueMap, ValueGenerator.ValueMap>) - Method in interface org.cthul.fixsure.factory.ValueGenerator
-
If the value generator chooses to ignore the provided valueMap,
it should pass its own value map to transform.
- next() - Method in class org.cthul.fixsure.factory.ValueGenerator.VG2G
-
- next(int) - Static method in class org.cthul.fixsure.fetchers.Fetchers
-
- next(int, int) - Static method in class org.cthul.fixsure.fetchers.Fetchers
-
- next(int, int, Distribution) - Static method in class org.cthul.fixsure.fetchers.Fetchers
-
- next(int, int, long) - Static method in class org.cthul.fixsure.fetchers.Fetchers
-
- next(DataSource<Integer>) - Static method in class org.cthul.fixsure.fetchers.Fetchers
-
- next(Generator<Integer>) - Static method in class org.cthul.fixsure.fetchers.Fetchers
-
- next(BiConsumer<? super T, ? super U>) - Method in interface org.cthul.fixsure.fluents.BiGenerator
-
- next(int) - Method in interface org.cthul.fixsure.fluents.FlGenerator
-
- next(DataSource<Integer>) - Method in interface org.cthul.fixsure.fluents.FlGenerator
-
- next(Cardinality) - Method in interface org.cthul.fixsure.fluents.FlGenerator
-
- next() - Method in interface org.cthul.fixsure.Generator
-
Produces next value.
- next() - Method in class org.cthul.fixsure.generators.composite.DistinctGenerator
-
- next() - Method in class org.cthul.fixsure.generators.composite.FilteringGenerator
-
- next() - Method in class org.cthul.fixsure.generators.composite.FlatMappingGenerator
-
- next() - Method in class org.cthul.fixsure.generators.composite.GeneratorQueue
-
- next() - Method in class org.cthul.fixsure.generators.composite.MappingGenerator
-
- next() - Method in class org.cthul.fixsure.generators.composite.MergingGenerator
-
- next() - Method in class org.cthul.fixsure.generators.composite.MixingGenerator
-
- next() - Method in class org.cthul.fixsure.generators.composite.RandomizedSequenceGenerator
-
- next() - Method in class org.cthul.fixsure.generators.composite.RepeatingGenerator
-
- next() - Method in class org.cthul.fixsure.generators.composite.RoundRobinGenerator
-
- next() - Method in class org.cthul.fixsure.generators.composite.ShuffledSequenceGenerator
-
- next() - Method in class org.cthul.fixsure.generators.composite.ShufflingGenerator
-
- next() - Method in class org.cthul.fixsure.generators.primitives.BooleansGenerator
-
- next() - Method in class org.cthul.fixsure.generators.primitives.CharactersGenerator
-
- next() - Method in class org.cthul.fixsure.generators.primitives.DoublesGenerator
-
- next() - Method in class org.cthul.fixsure.generators.primitives.RandomIntegersGenerator
-
- next() - Method in class org.cthul.fixsure.generators.primitives.StringsGenerator
-
- next() - Method in class org.cthul.fixsure.generators.value.PermutationsGenerator
-
- next(int, DataSource<T>) - Static method in class org.cthul.fixsure.values.EagerValues
-
Fetches the next n elements from values.
- next(Generator<Integer>, DataSource<T>) - Static method in class org.cthul.fixsure.values.EagerValues
-
Fetches the next n elements from values.
- nextInt() - Method in class org.cthul.fixsure.distributions.UniformDistribution.UDRandom
-
- nextInt(int) - Method in class org.cthul.fixsure.distributions.UniformDistribution.UDRandom
-
- nextInt() - Method in interface org.cthul.fixsure.fluents.FlDistribution.FlRandom
-
Returns a random integer.
- nextInt(int) - Method in interface org.cthul.fixsure.fluents.FlDistribution.FlRandom
-
Returns a random integer, 0 <= i < n
- nextKey(ValueSource.FactoryMap, String) - Static method in interface org.cthul.fixsure.factory.ValueGenerator
-
- nextKey(String) - Static method in interface org.cthul.fixsure.factory.ValueSource
-
- nextLength() - Method in interface org.cthul.fixsure.Cardinality.Fetcher
-
The next number of elements that would have been fetched.
- nextLength() - Method in class org.cthul.fixsure.fetchers.AbstractFetcher
-
- nextLength() - Method in class org.cthul.fixsure.fetchers.EagerFetcher
-
- nextLength() - Method in class org.cthul.fixsure.fetchers.LazyFetcher
-
- nextLong() - Method in class org.cthul.fixsure.distributions.UniformDistribution.UDRandom
-
- nextLong(long) - Method in class org.cthul.fixsure.distributions.UniformDistribution.UDRandom
-
- nextLong() - Method in interface org.cthul.fixsure.fluents.FlDistribution.FlRandom
-
- nextLong(long) - Method in interface org.cthul.fixsure.fluents.FlDistribution.FlRandom
-
- nextPermutation() - Method in class org.cthul.fixsure.generators.value.PermutationsGenerator
-
- nextPositiveInt() - Method in class org.cthul.fixsure.distributions.UniformDistribution.UDRandom
-
- nextPositiveInt() - Method in interface org.cthul.fixsure.fluents.FlDistribution.FlRandom
-
Returns a random positive integer.
- nextPositiveLong() - Method in class org.cthul.fixsure.distributions.UniformDistribution.UDRandom
-
- nextPositiveLong() - Method in interface org.cthul.fixsure.fluents.FlDistribution.FlRandom
-
- nextScalar() - Method in class org.cthul.fixsure.fetchers.FetcherWithScalar
-
- nextScalar() - Method in class org.cthul.fixsure.generators.GeneratorWithScalar
-
Returns next scalar.
- nextValue() - Method in interface org.cthul.fixsure.Distribution.RandomNumbers
-
Produces a random value x, with 0 <= x < 1.
- nextValue() - Method in class org.cthul.fixsure.distributions.AbstractDistributionRandom
-
Produces a random value x, with 0 <= x < 1.
- nextValue(Random) - Method in class org.cthul.fixsure.distributions.AbstractDistributionRandom
-
- nextValue(Random) - Method in class org.cthul.fixsure.distributions.GaussianDistribution.GDRandom
-
- nextValue(Random) - Method in class org.cthul.fixsure.distributions.UniformDistribution.UDRandom
-
- nextValue() - Method in class org.cthul.fixsure.generators.primitives.CharactersGenerator.FromString
-
- nextValue() - Method in class org.cthul.fixsure.generators.primitives.CharactersGenerator.InRange
-
- nextValue() - Method in class org.cthul.fixsure.generators.primitives.CharactersGenerator
-
- nextValue() - Method in class org.cthul.fixsure.generators.primitives.DoublesGenerator
-
- nextValue() - Method in class org.cthul.fixsure.generators.primitives.RandomIntegersGenerator
-
- NO_VALUE - Static variable in class org.cthul.fixsure.factory.FactoryBase
-
- normal() - Static method in class org.cthul.fixsure.distributions.GaussianDistribution
-
Returns a normal or Gaussian distribution with default seed.
- normal(long) - Static method in class org.cthul.fixsure.distributions.GaussianDistribution
-
Returns a normal or Gaussian distribution with the specified seed.
- normal() - Static method in class org.cthul.fixsure.Fixsure
-
Returns a normal or Gaussian distribution with default seed.
- normal(long) - Static method in class org.cthul.fixsure.Fixsure
-
Returns a normal or Gaussian distribution with the specified seed.
- normalDistribution() - Static method in class org.cthul.fixsure.distributions.GaussianDistribution
-
Returns a normal or Gaussian distribution with default seed.
- normalDistribution(long) - Static method in class org.cthul.fixsure.distributions.GaussianDistribution
-
Returns a normal or Gaussian distribution with the specified seed.
- normalDistribution() - Static method in class org.cthul.fixsure.Fixsure
-
Returns a normal or Gaussian distribution with default seed.
- normalDistribution(long) - Static method in class org.cthul.fixsure.Fixsure
-
Returns a normal or Gaussian distribution with the specified seed.
- noValues() - Static method in class org.cthul.fixsure.Fixsure
-
Returns a sequence with length zero.
- noValues() - Static method in class org.cthul.fixsure.generators.value.EmptySequence
-
Returns a sequence with length zero.
- nullValues() - Static method in class org.cthul.fixsure.Fixsure
-
Returns an unbounded sequence of null values
- nullValues() - Static method in class org.cthul.fixsure.generators.value.ConstantValue
-
Returns an unbounded sequence of null values
- sequence(T...) - Static method in class org.cthul.fixsure.Fixsure
-
Converts an array into a sequence.
- sequence(Collection<T>) - Static method in class org.cthul.fixsure.Fixsure
-
Converts a collection into a sequence.
- sequence(Class<T>, Collection<T>) - Static method in class org.cthul.fixsure.Fixsure
-
Converts a collection into a sequence.
- sequence(T...) - Static method in class org.cthul.fixsure.generators.value.ItemsSequence
-
Converts an array into a sequence.
- sequence(Collection<T>) - Static method in class org.cthul.fixsure.generators.value.ItemsSequence
-
Converts a collection into a sequence.
- sequence(Class<T>, Collection<T>) - Static method in class org.cthul.fixsure.generators.value.ItemsSequence
-
Converts a collection into a sequence.
- Sequence<T> - Interface in org.cthul.fixsure
-
A source of values supporting random access.
- sequence(SequenceLength, LongFunction<T>) - Static method in interface org.cthul.fixsure.Sequence
-
Creates a sequence with the given length from a long function.
- sequence(LongFunction<T>) - Static method in interface org.cthul.fixsure.Sequence
-
Converts a function into an unbounded sequence.
- sequence(long, LongFunction<T>) - Static method in interface org.cthul.fixsure.Sequence
-
Converts a function into a bounded sequence.
- sequence(Class<T>, long, LongFunction<T>) - Static method in interface org.cthul.fixsure.Sequence
-
Converts a function into a typed, bounded sequence
- SequenceLength - Interface in org.cthul.fixsure
-
- set(Object...) - Method in class org.cthul.fixsure.factory.DefaultFactory
-
- set(String) - Method in class org.cthul.fixsure.factory.DefaultFactory
-
- set(String) - Method in interface org.cthul.fixsure.factory.FactoriesSetup.BuilderSetup
-
- set(String, BiConsumer<? super B, ? super T>) - Method in interface org.cthul.fixsure.factory.FactoriesSetup.BuilderSetup
-
- set(Typed<T>) - Method in interface org.cthul.fixsure.factory.FactoriesSetup.BuilderSetup
-
- set(Typed<T>, BiConsumer<? super B, ? super T>) - Method in interface org.cthul.fixsure.factory.FactoriesSetup.BuilderSetup
-
- set(String) - Method in interface org.cthul.fixsure.factory.FactoriesSetup.BuilderSetupBase
-
Sets the given field via reflection.
- set(String, BiConsumer<? super B, ? super T>) - Method in interface org.cthul.fixsure.factory.FactoriesSetup.BuilderSetupBase
-
Sets a value using a setter.
- set(Typed<T>) - Method in interface org.cthul.fixsure.factory.FactoriesSetup.BuilderSetupBase
-
Sets the given field via reflection.
- set(Typed<T>, BiConsumer<? super B, ? super T>) - Method in interface org.cthul.fixsure.factory.FactoriesSetup.BuilderSetupBase
-
Sets a value using a setter.
- set(BiConsumer<? super B, T>) - Method in interface org.cthul.fixsure.factory.FactoriesSetup.BuilderSetupBase
-
Sets an anonymous value using a setter.
- set(String) - Method in interface org.cthul.fixsure.factory.FactoriesSetup.FactorySetup
-
- set(String, BiConsumer<? super R, ? super T>) - Method in interface org.cthul.fixsure.factory.FactoriesSetup.FactorySetup
-
- set(Typed<T>) - Method in interface org.cthul.fixsure.factory.FactoriesSetup.FactorySetup
-
- set(Typed<T>, BiConsumer<? super R, ? super T>) - Method in interface org.cthul.fixsure.factory.FactoriesSetup.FactorySetup
-
- set(Object...) - Method in interface org.cthul.fixsure.factory.Factory.FactoryGenerator
-
- set(String) - Method in interface org.cthul.fixsure.factory.Factory.FactoryGenerator
-
- set(Typed<V>) - Method in interface org.cthul.fixsure.factory.Factory.FactoryGenerator
-
- set(String, B) - Method in class org.cthul.fixsure.factory.FactoryBase
-
- set(String, B) - Method in interface org.cthul.fixsure.factory.ValueGenerator
-
- setSeed(long) - Static method in class org.cthul.fixsure.distributions.DistributionRandomizer
-
- setSeed(String) - Static method in class org.cthul.fixsure.distributions.DistributionRandomizer
-
- setSeed(String, String) - Static method in class org.cthul.fixsure.distributions.DistributionRandomizer
-
- setSeed(Class<?>) - Static method in class org.cthul.fixsure.distributions.DistributionRandomizer
-
- Setup() - Constructor for class org.cthul.fixsure.factory.DefaultFactories.Setup
-
- Setup(FactoriesSetup, FactoryParent, String, Class<V>) - Constructor for class org.cthul.fixsure.factory.DefaultFactory.Setup
-
- Setup(FactoryParent, String, Class<V>) - Constructor for class org.cthul.fixsure.factory.DefaultFactory.Setup
-
- several() - Static method in class org.cthul.fixsure.fetchers.Fetchers
-
- several(Distribution) - Static method in class org.cthul.fixsure.fetchers.Fetchers
-
- several(long) - Static method in class org.cthul.fixsure.fetchers.Fetchers
-
- several() - Method in interface org.cthul.fixsure.fluents.FlDataSource
-
- several() - Method in interface org.cthul.fixsure.fluents.FlGenerator
-
- several() - Method in interface org.cthul.fixsure.fluents.FlTemplate
-
- shuffle() - Method in interface org.cthul.fixsure.fluents.FlDataSource
-
- shuffle(long) - Method in interface org.cthul.fixsure.fluents.FlDataSource
-
- shuffle() - Method in interface org.cthul.fixsure.fluents.FlGenerator
-
- shuffle(long) - Method in interface org.cthul.fixsure.fluents.FlGenerator
-
- shuffle() - Method in interface org.cthul.fixsure.fluents.FlSequence
-
- shuffle() - Method in interface org.cthul.fixsure.fluents.FlTemplate
-
- shuffle(long) - Method in interface org.cthul.fixsure.fluents.FlTemplate
-
- shuffle(Sequence<T>) - Static method in class org.cthul.fixsure.generators.composite.ShuffledSequenceGenerator
-
- shuffle(DataSource<T>) - Static method in class org.cthul.fixsure.generators.composite.ShufflingGenerator
-
- shuffle(DataSource<T>, long) - Static method in class org.cthul.fixsure.generators.composite.ShufflingGenerator
-
- shuffle() - Method in class org.cthul.fixsure.generators.primitives.RandomIntegersGenerator.Template
-
- shuffle(long) - Method in class org.cthul.fixsure.generators.primitives.RandomIntegersGenerator.Template
-
- shuffle(long) - Method in class org.cthul.fixsure.generators.value.ConstantValue
-
- shuffle() - Method in class org.cthul.fixsure.generators.value.ConstantValue
-
- ShuffledSequenceGenerator<T> - Class in org.cthul.fixsure.generators.composite
-
Returns the elements of a sequence in random order.
- ShuffledSequenceGenerator(Sequence<T>) - Constructor for class org.cthul.fixsure.generators.composite.ShuffledSequenceGenerator
-
- ShuffledSequenceGenerator(Sequence<T>, Distribution, long) - Constructor for class org.cthul.fixsure.generators.composite.ShuffledSequenceGenerator
-
- ShuffledSequenceGenerator(ShuffledSequenceGenerator<T>) - Constructor for class org.cthul.fixsure.generators.composite.ShuffledSequenceGenerator
-
- ShufflingGenerator<T> - Class in org.cthul.fixsure.generators.composite
-
- ShufflingGenerator(DataSource<T>, int) - Constructor for class org.cthul.fixsure.generators.composite.ShufflingGenerator
-
- ShufflingGenerator(DataSource<T>, int, Distribution) - Constructor for class org.cthul.fixsure.generators.composite.ShufflingGenerator
-
- ShufflingGenerator(DataSource<T>, int, Distribution, long) - Constructor for class org.cthul.fixsure.generators.composite.ShufflingGenerator
-
- ShufflingGenerator(ShufflingGenerator) - Constructor for class org.cthul.fixsure.generators.composite.ShufflingGenerator
-
- size() - Method in class org.cthul.fixsure.values.EagerValues
-
- size() - Method in class org.cthul.fixsure.values.LazyValues
-
- snapshot() - Method in interface org.cthul.fixsure.fluents.FlDataSource
-
- snapshot() - Method in interface org.cthul.fixsure.fluents.FlGenerator
-
- snapshot() - Method in interface org.cthul.fixsure.fluents.FlTemplate
-
- snapshot() - Method in interface org.cthul.fixsure.generators.CopyableGenerator
-
- some() - Static method in class org.cthul.fixsure.fetchers.Fetchers
-
- some(Distribution) - Static method in class org.cthul.fixsure.fetchers.Fetchers
-
- some(long) - Static method in class org.cthul.fixsure.fetchers.Fetchers
-
- some() - Method in interface org.cthul.fixsure.fluents.FlDataSource
-
- some() - Method in interface org.cthul.fixsure.fluents.FlGenerator
-
- some() - Method in interface org.cthul.fixsure.fluents.FlTemplate
-
- sorted() - Method in interface org.cthul.fixsure.fluents.FlSequence
-
- specialDoubles() - Static method in class org.cthul.fixsure.generators.primitives.TestValues
-
- specialTestDoubles() - Static method in class org.cthul.fixsure.generators.primitives.TestValues
-
- split(Function<? super T, ? extends U>) - Method in interface org.cthul.fixsure.fluents.FlDataSource
-
- split(BiConsumer<? super T, ? super BiConsumer<? super U, ? super V>>) - Method in interface org.cthul.fixsure.fluents.FlDataSource
-
- split(Function<? super T, ? extends U>) - Method in interface org.cthul.fixsure.fluents.FlGenerator
-
- split(BiConsumer<? super T, ? super BiConsumer<? super U, ? super V>>) - Method in interface org.cthul.fixsure.fluents.FlGenerator
-
- split(Function<? super T, ? extends U>) - Method in interface org.cthul.fixsure.fluents.FlSequence
-
- split(BiConsumer<? super T, ? super BiConsumer<? super U, ? super V>>) - Method in interface org.cthul.fixsure.fluents.FlSequence
-
- split(Function<? super T, ? extends U>) - Method in interface org.cthul.fixsure.fluents.FlTemplate
-
- split(BiConsumer<? super T, ? super BiConsumer<? super U, ? super V>>) - Method in interface org.cthul.fixsure.fluents.FlTemplate
-
- step(int) - Method in class org.cthul.fixsure.generators.primitives.RandomIntegersGenerator.Template
-
- str(String) - Method in interface org.cthul.fixsure.factory.ValueGenerator.ValueMap
-
- stream() - Method in interface org.cthul.fixsure.fluents.FlDataSource
-
- stream() - Method in interface org.cthul.fixsure.fluents.FlGenerator
-
- stream() - Method in interface org.cthul.fixsure.fluents.FlSequence
-
- stream() - Method in interface org.cthul.fixsure.fluents.FlValues
-
- Stringify - Interface in org.cthul.fixsure.api
-
- strings() - Static method in class org.cthul.fixsure.Fixsure
-
Generates random strings.
- strings(int) - Static method in class org.cthul.fixsure.Fixsure
-
Generates random strings.
- strings(DataSource<Character>) - Static method in class org.cthul.fixsure.Fixsure
-
Generates random strings.
- strings(DataSource<Character>, int) - Static method in class org.cthul.fixsure.Fixsure
-
Generates random strings.
- strings(DataSource<Character>, DataSource<Integer>) - Static method in class org.cthul.fixsure.Fixsure
-
Generates random strings.
- strings(char, char) - Static method in class org.cthul.fixsure.Fixsure
-
Generates random strings.
- strings(char, char, int) - Static method in class org.cthul.fixsure.Fixsure
-
Generates random strings.
- strings() - Static method in class org.cthul.fixsure.generators.primitives.StringsGenerator
-
Generates random strings.
- strings(int) - Static method in class org.cthul.fixsure.generators.primitives.StringsGenerator
-
Generates random strings.
- strings(DataSource<Character>) - Static method in class org.cthul.fixsure.generators.primitives.StringsGenerator
-
Generates random strings.
- strings(DataSource<Character>, int) - Static method in class org.cthul.fixsure.generators.primitives.StringsGenerator
-
Generates random strings.
- strings(DataSource<Character>, DataSource<Integer>) - Static method in class org.cthul.fixsure.generators.primitives.StringsGenerator
-
Generates random strings.
- strings(char, char) - Static method in class org.cthul.fixsure.generators.primitives.StringsGenerator
-
Generates random strings.
- strings(char, char, int) - Static method in class org.cthul.fixsure.generators.primitives.StringsGenerator
-
Generates random strings.
- StringsGenerator - Class in org.cthul.fixsure.generators.primitives
-
Generates random strings.
- StringsGenerator(DataSource<Character>) - Constructor for class org.cthul.fixsure.generators.primitives.StringsGenerator
-
- StringsGenerator(DataSource<Character>, int) - Constructor for class org.cthul.fixsure.generators.primitives.StringsGenerator
-
- StringsGenerator(DataSource<Character>, DataSource<Integer>) - Constructor for class org.cthul.fixsure.generators.primitives.StringsGenerator
-
- StringsGenerator(int) - Constructor for class org.cthul.fixsure.generators.primitives.StringsGenerator
-
- StringsGenerator() - Constructor for class org.cthul.fixsure.generators.primitives.StringsGenerator
-
- StringsGenerator(StringsGenerator) - Constructor for class org.cthul.fixsure.generators.primitives.StringsGenerator
-
- template(Distribution, long) - Static method in interface org.cthul.fixsure.fluents.FlDistribution
-
- Template(Distribution, int, int, int, Long) - Constructor for class org.cthul.fixsure.generators.primitives.RandomIntegersGenerator.Template
-
- Template<T> - Interface in org.cthul.fixsure
-
Creates generators that will always produce the same values.
- template(FlTemplate<T>) - Static method in interface org.cthul.fixsure.Template
-
Returns a template.
- testDoubles() - Static method in class org.cthul.fixsure.generators.primitives.TestValues
-
- testIntegers() - Static method in class org.cthul.fixsure.generators.primitives.TestValues
-
- TestValues - Class in org.cthul.fixsure.generators.primitives
-
- then(Consumer<? super B>) - Method in interface org.cthul.fixsure.factory.FactoriesSetup.BuilderSetupBase
-
Passes the constructed object to a consumer.
- then(BiConsumer<? super B, ? super ValueGenerator.ValueMap>) - Method in interface org.cthul.fixsure.factory.FactoriesSetup.BuilderSetupBase
-
Passes the constructed object and the value map to a consumer.
- then(DataSource<? extends T>...) - Method in interface org.cthul.fixsure.fluents.FlDataSource
-
- then(DataSource<? extends T>...) - Method in interface org.cthul.fixsure.fluents.FlGenerator
-
- then(Sequence<? extends T>...) - Method in interface org.cthul.fixsure.fluents.FlSequence
-
- then(DataSource<? extends T>...) - Method in interface org.cthul.fixsure.fluents.FlTemplate
-
- then(DataSource<? extends T>) - Method in interface org.cthul.fixsure.fluents.FlValues
-
- then(int, DataSource<? extends T>) - Method in interface org.cthul.fixsure.fluents.FlValues
-
- then(Generator<Integer>, DataSource<? extends T>) - Method in interface org.cthul.fixsure.fluents.FlValues
-
- then(Collection<? extends T>) - Method in interface org.cthul.fixsure.fluents.FlValues
-
- then(Generator<? extends T>) - Method in class org.cthul.fixsure.generators.composite.GeneratorQueue
-
- then(int, Generator<? extends T>) - Method in class org.cthul.fixsure.generators.composite.GeneratorQueue
-
- then(Generator<Integer>, Generator<? extends T>) - Method in class org.cthul.fixsure.generators.composite.GeneratorQueue
-
- then(DataSource<? extends T>...) - Method in class org.cthul.fixsure.generators.composite.GeneratorQueue
-
- then(Generator<Integer>, DataSource<? extends T>) - Method in class org.cthul.fixsure.values.AbstractValues
-
- then(DataSource<? extends T>) - Method in class org.cthul.fixsure.values.EagerValues
-
- then(int, DataSource<? extends T>) - Method in class org.cthul.fixsure.values.EagerValues
-
- then(Collection<? extends T>) - Method in class org.cthul.fixsure.values.EagerValues
-
- then(DataSource<? extends T>) - Method in class org.cthul.fixsure.values.LazyValues
-
- then(int, DataSource<? extends T>) - Method in class org.cthul.fixsure.values.LazyValues
-
- then(Collection<? extends T>) - Method in class org.cthul.fixsure.values.LazyValues
-
- thenAll(DataSource<? extends T>...) - Method in interface org.cthul.fixsure.fluents.FlValues
-
- thenAll(DataSource<? extends T>...) - Method in class org.cthul.fixsure.generators.composite.GeneratorQueue
-
- thenAll(DataSource<? extends T>...) - Method in class org.cthul.fixsure.values.AbstractValues
-
- thenApply(Function<? super B, ? extends B>) - Method in interface org.cthul.fixsure.factory.FactoriesSetup.BuilderSetupBase
-
Replaces the object under construction with the function result.
- thenApply(BiFunction<? super B, ? super ValueGenerator.ValueMap, ? extends B>) - Method in interface org.cthul.fixsure.factory.FactoriesSetup.BuilderSetupBase
-
Replaces the object under construction with the function result.
- three() - Static method in class org.cthul.fixsure.fetchers.Fetchers
-
- three() - Method in interface org.cthul.fixsure.fluents.FlDataSource
-
- three() - Method in interface org.cthul.fixsure.fluents.FlGenerator
-
- to(Function<? super ValueGenerator.ValueMap, ? extends T>) - Method in interface org.cthul.fixsure.factory.FactoriesSetup.ValueDeclaration
-
Use the function to obtain the value.
- to(DataSource<? extends T>) - Method in interface org.cthul.fixsure.factory.FactoriesSetup.ValueDeclaration
-
Use the data source to obtain values.
- to(Supplier<? extends DataSource<? extends T>>) - Method in interface org.cthul.fixsure.factory.FactoriesSetup.ValueDeclaration
-
Use a supplier as a data source to obtain values.
- to(T) - Method in interface org.cthul.fixsure.factory.FactoriesSetup.ValueDeclaration
-
Alway uses the given value.
- to(int) - Method in class org.cthul.fixsure.generators.primitives.RandomIntegersGenerator.Template
-
- toArray(Class<A>) - Method in class org.cthul.fixsure.values.AbstractValues
-
- toArray() - Method in class org.cthul.fixsure.values.AbstractValues
-
- toArray(Class<A>) - Method in interface org.cthul.fixsure.Values
-
- toArray() - Method in interface org.cthul.fixsure.Values
-
Creates an array using the
value type of the source.
- toAscii(long, StringBuilder) - Static method in class org.cthul.fixsure.generators.GeneratorTools
-
- toBiGenerator() - Method in interface org.cthul.fixsure.fluents.BiDataSource
-
- toBiGenerator() - Method in interface org.cthul.fixsure.fluents.BiGenerator
-
- toBiGenerator() - Method in interface org.cthul.fixsure.fluents.BiTemplate
-
- toFactories() - Method in class org.cthul.fixsure.factory.DefaultFactories.Setup
-
- toFactories() - Method in interface org.cthul.fixsure.factory.FactoriesSetup.FactorySetup
-
- toFactories() - Method in interface org.cthul.fixsure.factory.FactoriesSetup
-
- toFetcher() - Method in interface org.cthul.fixsure.Cardinality.Fetcher
-
- toFetcher() - Method in interface org.cthul.fixsure.Cardinality
-
- toFetcher() - Method in interface org.cthul.fixsure.fetchers.EagerFetcher.Template
-
- toFetcher() - Method in interface org.cthul.fixsure.fetchers.LazyFetcher.Template
-
- toFetcher() - Method in interface org.cthul.fixsure.fluents.FlCardinality.FlFetcher
-
Deprecated.
- toFetcher() - Method in interface org.cthul.fixsure.fluents.FlCardinality.Template
-
- toFetcher() - Method in interface org.cthul.fixsure.fluents.FlCardinality
-
- toGenerator() - Method in interface org.cthul.fixsure.Cardinality.Fetcher
-
- toGenerator() - Method in interface org.cthul.fixsure.Cardinality
-
- toGenerator() - Method in interface org.cthul.fixsure.DataSource
-
Returns a generator for this data.
- toGenerator(ValueGenerator<T>, ValueGenerator.ValueMap) - Static method in interface org.cthul.fixsure.factory.ValueGenerator
-
- toGenerator() - Method in interface org.cthul.fixsure.fluents.FlDataSource
-
- toGenerator() - Method in interface org.cthul.fixsure.fluents.FlGenerator
-
Deprecated.
- toGenerator() - Method in interface org.cthul.fixsure.fluents.FlTemplate
-
Deprecated.
- toGenerator() - Method in interface org.cthul.fixsure.Generator
-
- toGenerator() - Method in interface org.cthul.fixsure.Template
-
- toGenerators(DataSource<T>...) - Static method in interface org.cthul.fixsure.DataSource
-
- toGenerators(DataSource<T>, DataSource<T>...) - Static method in interface org.cthul.fixsure.DataSource
-
- token(String) - Static method in interface org.cthul.fixsure.Typed
-
- token(String, Class<T>) - Static method in interface org.cthul.fixsure.Typed
-
- toLong(SequenceLength) - Static method in interface org.cthul.fixsure.SequenceLength
-
- toNext(String) - Method in interface org.cthul.fixsure.factory.FactoriesSetup.ValueDeclaration
-
Use the next value returned by the referenced generator or factory.
- toNext(Class<?>) - Method in interface org.cthul.fixsure.factory.FactoriesSetup.ValueDeclaration
-
Use the next value returned by the referenced generator or factory.
- toNext(Generator<? extends T>) - Method in interface org.cthul.fixsure.factory.FactoriesSetup.ValueDeclaration
-
Use the next value returned by the given generator.
- toNext(LongFunction<? extends T>) - Method in interface org.cthul.fixsure.factory.FactoriesSetup.ValueDeclaration
-
Use the next value by the given sequence.
- toObjectArray() - Method in class org.cthul.fixsure.values.AbstractValues
-
- toObjectArray() - Method in interface org.cthul.fixsure.Values
-
- toRandomNumbers(long) - Method in interface org.cthul.fixsure.Distribution.RandomNumbers
-
- toRandomNumbers(long) - Method in interface org.cthul.fixsure.Distribution
-
If this is a random number generator, returns itself;
otherwise returns a new random number generator.
- toRandomNumbers(long) - Method in class org.cthul.fixsure.distributions.AbstractDistribution
-
- toRandomNumbers(long) - Method in interface org.cthul.fixsure.fluents.FlDistribution.FlRandom
-
- toRandomNumbers(long) - Method in interface org.cthul.fixsure.fluents.FlDistribution.Template
-
- toRandomNumbers(long) - Method in interface org.cthul.fixsure.fluents.FlDistribution
-
- toSeed(String, String) - Static method in class org.cthul.fixsure.distributions.DistributionRandomizer
-
- toSeed(Class<?>) - Static method in class org.cthul.fixsure.distributions.DistributionRandomizer
-
- toString() - Method in class org.cthul.fixsure.api.AbstractStringify
-
- toString(StringBuilder) - Method in class org.cthul.fixsure.api.AbstractStringify
-
- toString(StringBuilder) - Method in interface org.cthul.fixsure.api.Stringify
-
- toString(Stringify) - Static method in interface org.cthul.fixsure.api.Stringify
-
- toString(Object, StringBuilder) - Static method in interface org.cthul.fixsure.api.Stringify
-
- toString(StringBuilder) - Method in class org.cthul.fixsure.distributions.AbstractDistribution
-
- toString(StringBuilder) - Method in class org.cthul.fixsure.distributions.AbstractDistributionRandom
-
- toString(StringBuilder) - Method in class org.cthul.fixsure.distributions.GaussianDistribution.GDRandom
-
- toString(StringBuilder) - Method in class org.cthul.fixsure.distributions.GaussianDistribution
-
- toString(StringBuilder) - Method in class org.cthul.fixsure.distributions.UniformDistribution
-
- toString(StringBuilder) - Method in class org.cthul.fixsure.distributions.UniformDistribution.UDRandom
-
- toString() - Method in class org.cthul.fixsure.factory.DefaultFactory.Setup
-
- toString() - Method in class org.cthul.fixsure.factory.DefaultFactory
-
- toString(StringBuilder) - Method in class org.cthul.fixsure.factory.DefaultFactory
-
- toString() - Method in class org.cthul.fixsure.factory.FactoryBase
-
- toString() - Method in class org.cthul.fixsure.factory.ValueGenerator.G2VG
-
- toString(StringBuilder) - Method in class org.cthul.fixsure.factory.ValueGenerator.VG2G
-
- toString(StringBuilder) - Method in class org.cthul.fixsure.fetchers.EagerFetcher
-
- toString(StringBuilder) - Method in class org.cthul.fixsure.fetchers.FetcherWithScalar
-
- toString(StringBuilder) - Method in class org.cthul.fixsure.fetchers.LazyFetcher
-
- toString() - Method in class org.cthul.fixsure.fluents.BiDataSource.Pair
-
- toString(StringBuilder) - Method in class org.cthul.fixsure.generators.AnonymousSequence
-
- toString(StringBuilder) - Method in class org.cthul.fixsure.generators.AnonymousTemplate
-
- toString(StringBuilder) - Method in class org.cthul.fixsure.generators.composite.DistinctGenerator
-
- toString(StringBuilder) - Method in class org.cthul.fixsure.generators.composite.FilteringGenerator
-
- toString(StringBuilder) - Method in class org.cthul.fixsure.generators.composite.FlatMappingGenerator
-
- toString(StringBuilder) - Method in class org.cthul.fixsure.generators.composite.GeneratorQueue
-
- toString(StringBuilder) - Method in class org.cthul.fixsure.generators.composite.MappingGenerator
-
- toString(StringBuilder) - Method in class org.cthul.fixsure.generators.composite.MergingGenerator
-
- toString(StringBuilder) - Method in class org.cthul.fixsure.generators.composite.MixingGenerator
-
- toString(StringBuilder) - Method in class org.cthul.fixsure.generators.composite.RandomizedSequenceGenerator
-
- toString(StringBuilder) - Method in class org.cthul.fixsure.generators.composite.RepeatingGenerator
-
- toString(StringBuilder) - Method in class org.cthul.fixsure.generators.composite.RoundRobinGenerator
-
- toString(StringBuilder) - Method in class org.cthul.fixsure.generators.composite.RoundRobinSequence
-
- toString(StringBuilder) - Method in class org.cthul.fixsure.generators.composite.ShuffledSequenceGenerator
-
- toString(StringBuilder) - Method in class org.cthul.fixsure.generators.composite.ShufflingGenerator
-
- toString(StringBuilder) - Method in class org.cthul.fixsure.generators.GeneratorWithDistribution
-
- toString(StringBuilder) - Method in class org.cthul.fixsure.generators.GeneratorWithScalar
-
- toString(StringBuilder) - Method in class org.cthul.fixsure.generators.primitives.BooleansGenerator
-
- toString(StringBuilder) - Method in class org.cthul.fixsure.generators.primitives.ConsecutiveIntegersSequence
-
- toString(StringBuilder) - Method in class org.cthul.fixsure.generators.primitives.DoublesGenerator
-
- toString(StringBuilder) - Method in class org.cthul.fixsure.generators.primitives.RandomIntegersGenerator
-
- toString(StringBuilder) - Method in class org.cthul.fixsure.generators.primitives.StringsGenerator
-
- toString(StringBuilder) - Method in class org.cthul.fixsure.generators.value.ConstantValue
-
- toString(StringBuilder) - Method in class org.cthul.fixsure.generators.value.EmptySequence
-
- toString(StringBuilder) - Method in class org.cthul.fixsure.generators.value.ItemsSequence
-
- toString(StringBuilder) - Method in class org.cthul.fixsure.generators.value.PermutationsGenerator
-
- toString(StringBuilder) - Method in interface org.cthul.fixsure.Template
-
- toValueOf(String) - Method in interface org.cthul.fixsure.factory.FactoriesSetup.ValueDeclaration
-
- toValues(ValueGenerator<? extends T>) - Method in interface org.cthul.fixsure.factory.FactoriesSetup.ValueDeclaration
-
Use the function to obtain the value.
- toValuesOf(ValueSource<? extends T>) - Method in interface org.cthul.fixsure.factory.FactoriesSetup.ValueDeclaration
-
- transform(Function<? super FlGenerator<? extends T>, ? extends R>) - Method in interface org.cthul.fixsure.fluents.FlGenerator
-
- transform(Function<? super FlTemplate<? extends T>, ? extends R>) - Method in interface org.cthul.fixsure.fluents.FlTemplate
-
- transformSource(Function<? super FlDataSource<? extends T>, ? extends R>) - Method in interface org.cthul.fixsure.fluents.FlDataSource
-
- two() - Static method in class org.cthul.fixsure.fetchers.Fetchers
-
- two() - Method in interface org.cthul.fixsure.fluents.FlDataSource
-
- two() - Method in interface org.cthul.fixsure.fluents.FlGenerator
-
- Typed<T> - Interface in org.cthul.fixsure
-
Optional interface for
DataSources to provide
information about their values.
- typelistOf(Object...) - Static method in class org.cthul.fixsure.generators.GeneratorTools
-
- typeOf(Object) - Static method in class org.cthul.fixsure.generators.GeneratorTools
-
- typeOf(Object) - Static method in interface org.cthul.fixsure.Typed
-
- typesOf(Object...) - Static method in class org.cthul.fixsure.generators.GeneratorTools
-