Uses of Class
com.opencsv.bean.concurrent.LineExecutor
Packages that use LineExecutor
Package
Description
This package collects all classes necessary for the parallel processing of
beans.
-
Uses of LineExecutor in com.opencsv.bean.concurrent
Methods in com.opencsv.bean.concurrent with parameters of type LineExecutorModifier and TypeMethodDescriptionvoidCompleteFileReader.setExecutor(LineExecutor<T> executor) Sets the executor that will convert text input to bean output.