Interface Factory<T>
- Type Parameters:
T- the object type this factory creates.
- All Known Subinterfaces:
BoundedChromosome<A,G>, BoundedGene<A, G>, Chromosome<G>, Gene<A, G>, NumericChromosome<N, G>, NumericGene<N, G>, TreeChromosome<A, G>, TreeGene<A, G>
- All Known Implementing Classes:
AbstractChromosome, AbstractTreeChromosome, AbstractTreeGene, AnyChromosome, AnyGene, BigIntegerChromosome, BigIntegerGene, BitChromosome, BitGene, CharacterChromosome, CharacterGene, DoubleChromosome, DoubleGene, EnumGene, Genotype, IntegerChromosome, IntegerGene, LongChromosome, LongGene, PermutationChromosome, ProgramChromosome, ProgramGene
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Generic, functional factory interface.
- Since:
- 1.0
- Version:
- 3.0
-
Method Summary
Modifier and TypeMethodDescriptionReturn a new stream of object instances, created by this factory.Create a new instance of type T.
-
Method Details
-
newInstance
-
instances
-