Uses of Class
net.bmahe.genetics4j.extras.evolutionlisteners.CSVEvolutionListener.Builder
-
Uses of CSVEvolutionListener.Builder in net.bmahe.genetics4j.extras.evolutionlisteners
Modifier and TypeMethodDescriptionfinal CSVEvolutionListener.Builder
<T, U> ImmutableCSVEvolutionListener.Builder.addAllColumnExtractors
(Iterable<? extends ColumnExtractor<T, U>> elements) Adds elements tocolumnExtractors
list.final CSVEvolutionListener.Builder
<T, U> ImmutableCSVEvolutionListener.Builder.addColumnExtractors
(ColumnExtractor<T, U> element) Adds one element tocolumnExtractors
list.final CSVEvolutionListener.Builder
<T, U> ImmutableCSVEvolutionListener.Builder.addColumnExtractors
(ColumnExtractor<T, U>... elements) Adds elements tocolumnExtractors
list.final CSVEvolutionListener.Builder
<T, U> ImmutableCSVEvolutionListener.Builder.autoFlush
(boolean autoFlush) Initializes the value for theautoFlush
attribute.final CSVEvolutionListener.Builder
<T, U> ImmutableCSVEvolutionListener.Builder.columnExtractors
(Iterable<? extends ColumnExtractor<T, U>> elements) Sets or replaces all elements forcolumnExtractors
list.final CSVEvolutionListener.Builder
<T, U> ImmutableCSVEvolutionListener.Builder.evolutionContextSupplier
(GenerationFunction<T, U> evolutionContextSupplier) Initializes the value for theevolutionContextSupplier
attribute.final CSVEvolutionListener.Builder
<T, U> Initializes the value for thefilename
attribute.final CSVEvolutionListener.Builder
<T, U> ImmutableCSVEvolutionListener.Builder.filter
(Function<Stream<EvolutionStep<T, U>>, Stream<EvolutionStep<T, U>>> filter) Initializes the value for thefilter
attribute.final CSVEvolutionListener.Builder
<T, U> ImmutableCSVEvolutionListener.Builder.from
(CSVEvolutionListener<T, U> instance) Fill a builder with attribute values from the providedCSVEvolutionListener
instance.final CSVEvolutionListener.Builder
<T, U> ImmutableCSVEvolutionListener.Builder.skipN
(int skipN) Initializes the value for theskipN
attribute.