Uses of Class
net.bmahe.genetics4j.extras.evolutionlisteners.CSVEvolutionListener.Builder
Packages that use CSVEvolutionListener.Builder
-
Uses of CSVEvolutionListener.Builder in net.bmahe.genetics4j.extras.evolutionlisteners
Methods in net.bmahe.genetics4j.extras.evolutionlisteners that return CSVEvolutionListener.BuilderModifier and TypeMethodDescriptionfinal CSVEvolutionListener.Builder<T, U> ImmutableCSVEvolutionListener.Builder.addAllColumnExtractors(Iterable<? extends ColumnExtractor<T, U>> elements) Adds elements tocolumnExtractorslist.final CSVEvolutionListener.Builder<T, U> ImmutableCSVEvolutionListener.Builder.addColumnExtractors(ColumnExtractor<T, U> element) Adds one element tocolumnExtractorslist.final CSVEvolutionListener.Builder<T, U> ImmutableCSVEvolutionListener.Builder.addColumnExtractors(ColumnExtractor<T, U>... elements) Adds elements tocolumnExtractorslist.final CSVEvolutionListener.Builder<T, U> ImmutableCSVEvolutionListener.Builder.autoFlush(boolean autoFlush) Initializes the value for theautoFlushattribute.final CSVEvolutionListener.Builder<T, U> ImmutableCSVEvolutionListener.Builder.columnExtractors(Iterable<? extends ColumnExtractor<T, U>> elements) Sets or replaces all elements forcolumnExtractorslist.final CSVEvolutionListener.Builder<T, U> ImmutableCSVEvolutionListener.Builder.evolutionContextSupplier(GenerationFunction<T, U> evolutionContextSupplier) Initializes the value for theevolutionContextSupplierattribute.final CSVEvolutionListener.Builder<T, U> Initializes the value for thefilenameattribute.final CSVEvolutionListener.Builder<T, U> ImmutableCSVEvolutionListener.Builder.filter(Function<Stream<EvolutionStep<T, U>>, Stream<EvolutionStep<T, U>>> filter) Initializes the value for thefilterattribute.final CSVEvolutionListener.Builder<T, U> ImmutableCSVEvolutionListener.Builder.from(CSVEvolutionListener<T, U> instance) Fill a builder with attribute values from the providedCSVEvolutionListenerinstance.final CSVEvolutionListener.Builder<T, U> ImmutableCSVEvolutionListener.Builder.skipN(int skipN) Initializes the value for theskipNattribute.